summaryrefslogtreecommitdiff
path: root/assembler/test.asm
blob: f67b3091022bfc8030a4d405a3a036b7a7d34588 (plain)
1
2
3
4
5
6
7
8
9
10
11
start:
{ ; comment after the queue specification
	subtract r0, {32}[{2}end:], {62}start: ; here's a nice comment
	decrement {8}r1
}
{8}end: 
	; another comment
: ; Zero-length label... why do I support this? Why not
add_inplace r0, r1

;blahblahblah invalid opcode ; currently handled properly, commented out now so it can actually process the rest