mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
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)
|