home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 August / August CD.bin / Shareware / Games / Redcoder / Fighters / Dwarf next >
Encoding:
Redcode source  |  1994-06-05  |  152 b   |  12 lines  |  [TEXT/Core]

  1. ;redcode 88
  2. ;name Dwarf
  3. ;strategy Drops bombs all over the core.
  4.  
  5. inc        equ 4
  6.  
  7. dwarf    mov bomb,@ptr
  8.         add #inc,ptr
  9. ptr        jmp dwarf
  10. bomb    dat #0
  11.  
  12.         end dwarf