summaryrefslogtreecommitdiff
path: root/warriors
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2023-05-29 17:32:58 -0400
committerBenji Dial <benji@benjidial.net>2023-05-29 17:32:58 -0400
commit78c40e1422a86bd184ae1d571b241fa881f78ca0 (patch)
tree22b8cab245ae4487a9223b6a74390d47b6688909 /warriors
parent97c79ff771d4993e322d0d6c44f265180797b2eb (diff)
downloadlib94-78c40e1422a86bd184ae1d571b241fa881f78ca0.tar.gz
target rate slider, hyperspeed, more
Diffstat (limited to 'warriors')
-rw-r--r--warriors/big-nothing.red2
-rw-r--r--warriors/simple-clear.red9
2 files changed, 10 insertions, 1 deletions
diff --git a/warriors/big-nothing.red b/warriors/big-nothing.red
index 53a6bed..8549f6f 100644
--- a/warriors/big-nothing.red
+++ b/warriors/big-nothing.red
@@ -1,5 +1,5 @@
;author blah
-;name big-nothing
+;name big nothing
start:
nop
diff --git a/warriors/simple-clear.red b/warriors/simple-clear.red
new file mode 100644
index 0000000..b40215e
--- /dev/null
+++ b/warriors/simple-clear.red
@@ -0,0 +1,9 @@
+;name simple core clear
+;author blah
+
+start:
+mov background, background + 1
+sne.ab #0-1, start
+mov.ab #background - start, start
+jmp start, >start
+background: