summaryrefslogtreecommitdiff
path: root/warriors/dwarf.red
diff options
context:
space:
mode:
Diffstat (limited to 'warriors/dwarf.red')
-rw-r--r--warriors/dwarf.red12
1 files changed, 4 insertions, 8 deletions
diff --git a/warriors/dwarf.red b/warriors/dwarf.red
index 17c075c..e0e2638 100644
--- a/warriors/dwarf.red
+++ b/warriors/dwarf.red
@@ -1,10 +1,6 @@
-;author standard
-;name dwarf
+;author Standard
+;name Dwarf
-;assert (0 - bomb_step) % bomb_step == 0
-
-bomb_step equ 4
-
-mov 0-1, 3
-add.ab #bomb_step, 0-1
+mov 3, 7
+add.ab #4, 0-1
jmp 0-2