summaryrefslogtreecommitdiff
path: root/warriors/big-nothing.red
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2023-05-30 14:02:35 -0400
committerBenji Dial <benji@benjidial.net>2023-05-30 14:02:35 -0400
commitd97c1a6497cc41c30edb6d5322a6deac56fd2293 (patch)
tree07920c6b83e687b75b268db44937f5fa362febd0 /warriors/big-nothing.red
parent6678dccccdfffb9c40f64a828fd769c53bb2d29f (diff)
downloadlib94-d97c1a6497cc41c30edb6d5322a6deac56fd2293.tar.gz
rewrite compiler, add for/rof support
Diffstat (limited to 'warriors/big-nothing.red')
-rw-r--r--warriors/big-nothing.red12
1 files changed, 3 insertions, 9 deletions
diff --git a/warriors/big-nothing.red b/warriors/big-nothing.red
index 1d69675..6a1a0dd 100644
--- a/warriors/big-nothing.red
+++ b/warriors/big-nothing.red
@@ -2,13 +2,7 @@
;name Big Nothing
start
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
- nop
+ for 19
+ nop
+ rof
jmp start