mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05: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)
|