Moved redcode out of main dir.
authorplugd <plugd@thelambdalab.xyz>
Sun, 24 Nov 2019 11:19:23 +0000 (12:19 +0100)
committerplugd <plugd@thelambdalab.xyz>
Sun, 24 Nov 2019 11:19:23 +0000 (12:19 +0100)
warriors/dwarf.red [moved from dwarf.red with 77% similarity]
warriors/imp.red [moved from imp.red with 100% similarity]

similarity index 77%
rename from dwarf.red
rename to warriors/dwarf.red
index d0abecb..a6fa401 100644 (file)
--- a/dwarf.red
@@ -8,8 +8,7 @@
 ;strategy      Bombs every fourth instruction.
 ;assert        CORESIZE % 4 == 0
 
-ORG     1          ; Indicates execution begins with the second
-; instruction (ORG is not actually loaded, and is
+ORG     1          ; Indicates execution begins with the second instruction
 
 DAT.F   #0, #0     ; Pointer to target instruction.
 ADD.AB  #4, $-1    ; Increments pointer by step.
similarity index 100%
rename from imp.red
rename to warriors/imp.red