NASM 2.00rc3
[nasm.git] / test / insnlbl.asm
blob5c1638465971cc50bf478eb3c79286607e91d468
2 ; Test "instruction as label" -- make opcodes legal as labels if
3 ; they are followed by a colon.
6 do: jmp incbin+2
7 dw do, add, sub, incbin
8 add: jmp add-2
9 sub: jmp do+2
10 incbin: dw $-sub