Select Git revision
.gitmodules
dwarf3.red 695 B
;redcode
;name Dwarf
;author A. K. Dewdney, P. Gerwinski
;strategy Throw DAT bombs around memory, hitting every 4th memory cell.
;strategy This program was presented in the first Corewar article.
; Variante, die noch bessere Chancen gegen Knirps hat ... oder auch nicht ... ?!?
bomb DAT #1
DAT #0 ; Knirps-Falle
dwarf ADD #5, bomb
MOV bomb, <bomb
JMP dwarf
END dwarf ; Programs start at the first line unless
; an "END start" pseudo-op appears to indicate
; the first logical instruction. Also, nothing
; after the END instruction will be assembled.