summaryrefslogtreecommitdiff
path: root/warriors/dwarf-replicator.red
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2023-05-30 16:02:55 -0400
committerBenji Dial <benji@benjidial.net>2023-05-30 16:02:55 -0400
commitcaceb8b8b03e950a6f543650d0478c1f84b1cc71 (patch)
treeecbe09a030ed1d79ef3409d10b59f20fac5771a2 /warriors/dwarf-replicator.red
parentd97c1a6497cc41c30edb6d5322a6deac56fd2293 (diff)
downloadlib94-caceb8b8b03e950a6f543650d0478c1f84b1cc71.tar.gz
modify warrior set
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