From 302cb3939367d4cb234cae66b70208243211e437 Mon Sep 17 00:00:00 2001 From: plugd Date: Sun, 24 Nov 2019 12:19:23 +0100 Subject: [PATCH] Moved redcode out of main dir. --- dwarf.red => warriors/dwarf.red | 3 +-- imp.red => warriors/imp.red | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename dwarf.red => warriors/dwarf.red (77%) rename imp.red => warriors/imp.red (100%) 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 -- 2.20.1