home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / hackers / 1331 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.8 KB

  1. Path: sparky!uunet!comp.vuw.ac.nz!zl2tnm!toyunix!don
  2. Newsgroups: alt.hackers
  3. Subject: Re: YAFP: TRS-80 Super Graphics
  4. Message-ID: <1630242@zl2tnm.gen.nz>
  5. From: don@zl2tnm.gen.nz (Don Stokes)
  6. Date: 30 Aug 92 05:24:50 GMT
  7. Sender: news@zl2tnm.gen.nz (GNEWS Version 2.0 news poster.)
  8. Distribution: world
  9. Organization: The Wolery
  10. Approved: me
  11. Lines: 35
  12.  
  13. wiml@cs.washington.edu (William Lewis) writes:
  14. > In article <YAMAUCHI.92Aug29141341@fox.ces.cwru.edu> yamauchi@ces.cwru.edu (Brian Yamauchi) writes:
  15. > >Now, you can delete your VARPTR/POKE commands, and whenever you want
  16. > >to display your alien invader, simply PRINT A$ at the appropriate
  17. > >point in the screen.
  18. >  The same trick was the standard way to run assembly language
  19. > programs on the ZX81/Timex-Sinclair 1000 (and others of their ilk).
  20. > Youd first write a program like this:
  21. > 10 REM XXXXXXXXXXX....
  22. > 20 FOR I=16514 TO 16823
  23. > 30 INPUT A
  24. > 40 POKE I,A
  25. > 50 NEXT I
  26.  
  27. Both of these techniques are better desribed as "standard practice"... 
  28.  
  29. The TRS-80 graphics-as-strings was known as "string packing"; games like
  30. Voyage of the Valkyrie used this extensively to keep the speed up. 
  31.  
  32. The ZX81 REM statement trick is actually documented in the manual that 
  33. came with the machine, along with a couple of other schemes (using a string
  34. to hold code, or fooling the system into thinking memory ended earlier than
  35. it did).
  36.  
  37. ObHack: telephone management by modem -- I just type "ring joe" or whatever,
  38. it dials the number, and if the line isn't busy it tells me when to pick up 
  39. the phone....  (I also have it deliver messages by "voice", using an old 
  40. Amiga 1000 as a (terrible) speech synthesiser... 8-)
  41.  
  42. --
  43. Don Stokes, ZL2TNM (DS555)                        don@zl2tnm.gen.nz (home)
  44. Network Manager, Computing Services Centre            don@vuw.ac.nz (work)
  45. Victoria University of Wellington, New Zealand              +64-4-495-5052
  46.