home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / sri / kids / corewars.280 / chang1.war < prev    next >
Text File  |  1995-01-27  |  169b  |  15 lines

  1. ;CHANG1  (an example using SPL)
  2. ;
  3. mov    #0    -1    ;not the start
  4. jmp    -1
  5. dat    +9
  6. spl    -2        ;START HERE!
  7. spl    4
  8. add    #-16    -3
  9. mov    #0    @-4
  10. jmp    -4
  11. spl    2
  12. jmp    -1
  13. mov    0    1
  14. end
  15.