nasm/test/mapi.asm
H. Peter Anvin fc82905b3c test: add some additional test cases
Some test cases, mostly from bug reports.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2024-01-29 17:25:23 -08:00

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)