mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-08-23 10:33:50 -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)
|