home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 316 / 1.atr next >
Text File  |  1992-02-06  |  331b  |  29 lines

  1. #def speed
  2. ; define variable called speed.
  3. #def heat
  4. #def command
  5.  
  6. opo 11 100
  7.  
  8. :10
  9.  
  10. opo 11 100
  11. opo 14 10
  12.  
  13. set ax 2
  14. int 3
  15. set heat az
  16.  
  17.     set     ax      1
  18.     set     command 7
  19.     command 3
  20.     set     speed   az
  21.  
  22.     ipo     7       az
  23.     cmp     az      5000
  24.     jeq     10
  25.     opo     15
  26.  
  27. jmp 10
  28.  
  29.