summaryrefslogtreecommitdiff
path: root/assembler/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/test.asm')
-rw-r--r--assembler/test.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/assembler/test.asm b/assembler/test.asm
new file mode 100644
index 0000000..3ff5e25
--- /dev/null
+++ b/assembler/test.asm
@@ -0,0 +1,9 @@
+start:
+{ ; comment after the queue specification
+ subtract r0, end:, start: ; here's a nice comment
+ decrement r1
+}
+end:
+ ; another comment
+
+blahblahblah invalid opcode