summaryrefslogtreecommitdiff
path: root/src/red/coreclear.red
diff options
context:
space:
mode:
Diffstat (limited to 'src/red/coreclear.red')
-rw-r--r--src/red/coreclear.red9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/red/coreclear.red b/src/red/coreclear.red
new file mode 100644
index 0000000..7b4d8bb
--- /dev/null
+++ b/src/red/coreclear.red
@@ -0,0 +1,9 @@
+; coreclear
+; like dwarf but bombs literally everything
+
+
+bomb dat #0, #2
+start add #1, bomb
+ mov bomb, @bomb
+ jmp start
+end start