summaryrefslogtreecommitdiff
path: root/assembler/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/test.asm')
-rw-r--r--assembler/test.asm10
1 files changed, 6 insertions, 4 deletions
diff --git a/assembler/test.asm b/assembler/test.asm
index 3ff5e25..f67b309 100644
--- a/assembler/test.asm
+++ b/assembler/test.asm
@@ -1,9 +1,11 @@
start:
{ ; comment after the queue specification
- subtract r0, end:, start: ; here's a nice comment
- decrement r1
+ subtract r0, {32}[{2}end:], {62}start: ; here's a nice comment
+ decrement {8}r1
}
-end:
+{8}end:
; another comment
+: ; Zero-length label... why do I support this? Why not
+add_inplace r0, r1
-blahblahblah invalid opcode
+;blahblahblah invalid opcode ; currently handled properly, commented out now so it can actually process the rest