mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
13 lines
171 B
NASM
13 lines
171 B
NASM
.ALTERNATE
|
|
! test of string operators
|
|
define MACRO str1,str2
|
|
SDATA str1
|
|
SDATA "str2"
|
|
ENDM
|
|
define one" way to get "spaces,0
|
|
define "lot's! of <special>,chars%", 0
|
|
|
|
|
|
|
|
|