repo.or.cz
/
nasm
/
avx512.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NASM 2.03rc1
[nasm/avx512.git]
/
test
/
insnlbl.asm
blob
5c1638465971cc50bf478eb3c79286607e91d468
1
;
2
; Test "instruction as label" -- make opcodes legal as labels if
3
; they are followed by a colon.
4
;
5
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