summaryrefslogtreecommitdiff
path: root/test/asm/should-pass/005-comment-mix.asm
blob: 01d1e65a3edd845b6946b3154c637861381470af (plain)
1
2
3
4
5
6
7
nop ; test
nop;
nop # test
ldi $0, 123 // asdf
//asdf
/*  */ nop
jmp $0 ! foo