diff options
author | Benji Dial <benji@benjidial.net> | 2023-05-30 00:22:29 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-05-30 00:22:29 -0400 |
commit | 28e855f5424df395dd1ba98354a53536d4598d47 (patch) | |
tree | 21e17429958fedf754ac7aad59377f6fdac2a08f /warriors/dwarf.red | |
parent | e56afe88854d3da8d0d9d5c836da6024b02a9bac (diff) | |
download | lib94-28e855f5424df395dd1ba98354a53536d4598d47.tar.gz |
fix djn again, and pre-dec / post-inc; few other changes
Diffstat (limited to 'warriors/dwarf.red')
-rw-r--r-- | warriors/dwarf.red | 12 |
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 |