6 lines
59 B
NASM
6 lines
59 B
NASM
|
embed macro label
|
||
|
addr&&label dc.l label
|
||
|
endm
|
||
|
|
||
|
embed foo
|