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

  1. ;***** A hybrid of Imap and Dwarf.  The Imp protects the Dwarf's *****
  2. ;***** rear flank while the Dwarf bombs the rest of memory.      *****
  3. ;
  4. SPL    4        ; start
  5. MOV    #0    -1    ; An Imp Pit.
  6. JMP    -1
  7. DAT    -1        ; A Dwarf.
  8. ADD    #5    -1
  9. MOV    #0    @-2
  10. JMP    -2
  11. END
  12.