summaryrefslogtreecommitdiff
path: root/test/asm/should-pass/005-comment-mix.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/asm/should-pass/005-comment-mix.asm')
-rw-r--r--test/asm/should-pass/005-comment-mix.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/asm/should-pass/005-comment-mix.asm b/test/asm/should-pass/005-comment-mix.asm
new file mode 100644
index 0000000..01d1e65
--- /dev/null
+++ b/test/asm/should-pass/005-comment-mix.asm
@@ -0,0 +1,7 @@
+nop ; test
+nop;
+nop # test
+ldi $0, 123 // asdf
+//asdf
+/* */ nop
+jmp $0 ! foo