mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
fc82905b3c
Some test cases, mostly from bug reports. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
3 lines
97 B
NASM
3 lines
97 B
NASM
%define what(&x,i,n) %str(i+1),"/",%str(n),"=", x, `\n`
|
|
db %map(what:(%mapi,%mapn),foo,bar,baz)
|