summaryrefslogtreecommitdiff
path: root/src/parser/dwarf.red
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2023-05-22 14:26:10 -0500
committersanine-a <sanine.not@pm.me>2023-05-22 14:26:10 -0500
commitf2a515a940ea5e66c9fbc9669e6293ae32b7041a (patch)
tree478d369195e90380027fef4137b9caac833bb219 /src/parser/dwarf.red
parentff3fdee3841743e7fe101c3fc7020a4b043bc91b (diff)
update label style and add implicit second operand
Diffstat (limited to 'src/parser/dwarf.red')
-rw-r--r--src/parser/dwarf.red5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parser/dwarf.red b/src/parser/dwarf.red
new file mode 100644
index 0000000..b239246
--- /dev/null
+++ b/src/parser/dwarf.red
@@ -0,0 +1,5 @@
+bomb dat #0
+dwarf add #4, bomb
+ mov bomb, @bomb
+ jmp dwarf
+end dwarf