summaryrefslogtreecommitdiff
path: root/warriors/dwarf-replicator.red
diff options
context:
space:
mode:
Diffstat (limited to 'warriors/dwarf-replicator.red')
-rw-r--r--warriors/dwarf-replicator.red55
1 files changed, 0 insertions, 55 deletions
diff --git a/warriors/dwarf-replicator.red b/warriors/dwarf-replicator.red
deleted file mode 100644
index c5022a2..0000000
--- a/warriors/dwarf-replicator.red
+++ /dev/null
@@ -1,55 +0,0 @@
-;author Benji Dial
-;name Dwarf Replicator
-
-;not a particularly good warrior, but is sufficient to test a few things
-
-start
- mov 0, 2908
- nop }start, >start
- jmp 2
-
- dat
-
- seq.a #the_end - start, start
- jmp start
- jmp 2
-
- dat
-
- sub.ab #the_end - start, start
- spl @start
- jmp 2, <start
-
- dat
-
-dwarf
- mov the_end, the_end + 4
- add.ab #4, dwarf
- jmp 2
-
- dat
-
- seq.ab #start + 723 - dwarf, dwarf
- jmp dwarf
- jmp 2
-
- dat
-
-core_clear
- mov the_end, the_end + 1
- add.ab #1, -1
- jmp 2
-
- dat
-
- seq.a #0-1, core_clear
- jmp core_clear
- jmp 2
-
- dat
-
- mov.ab #the_end + 1, core_clear
- jmp core_clear
- dat
-
-the_end