summaryrefslogtreecommitdiff
path: root/assembler/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/test.asm')
-rw-r--r--assembler/test.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/assembler/test.asm b/assembler/test.asm
index f67b309..f234cf6 100644
--- a/assembler/test.asm
+++ b/assembler/test.asm
@@ -5,7 +5,13 @@ start:
}
{8}end:
; another comment
-: ; Zero-length label... why do I support this? Why not
+
add_inplace r0, r1
+: ; Zero-length label... why do I support this? Why not
+
+declare "Hello, World!"
+
+total_size:
+
;blahblahblah invalid opcode ; currently handled properly, commented out now so it can actually process the rest