Skip to content
Snippets Groups Projects
Select Git revision
  • b218b068f46548fc7b010703c56a3506b69e85df
  • master default
  • feature_scripts
  • develop
  • feature_without_logging
  • feature_opc_server
  • feature_seperate_apps
  • fix_raspi_cmake
  • ss19 protected
  • ss20
10 results

.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.