mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04: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)
|