summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--warriors/gnat.red25
1 files changed, 25 insertions, 0 deletions
diff --git a/warriors/gnat.red b/warriors/gnat.red
new file mode 100644
index 0000000..2913bf1
--- /dev/null
+++ b/warriors/gnat.red
@@ -0,0 +1,25 @@
+;author Benji Dial
+;name Gnat
+
+ spl s1
+ spl s2
+ spl s3
+ jmp s4
+
+ dat
+ dat
+
+s1
+ jmp #0, {-20
+ dat
+s2
+ jmp #0, <-2
+
+ dat
+ dat
+
+s3
+ jmp #0, {-20
+ dat
+s4
+ jmp #0, <-2