From: plugd Date: Sun, 24 Nov 2019 11:19:23 +0000 (+0100) Subject: Moved redcode out of main dir. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=jars.git;a=commitdiff_plain;h=302cb3939367d4cb234cae66b70208243211e437 Moved redcode out of main dir. --- diff --git a/dwarf.red b/warriors/dwarf.red similarity index 77% rename from dwarf.red rename to warriors/dwarf.red index d0abecb..a6fa401 100644 --- a/dwarf.red +++ b/warriors/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. diff --git a/imp.red b/warriors/imp.red similarity index 100% rename from imp.red rename to warriors/imp.red