preproc: Fix the token in expanding the %+/%- macro-parameters
[nasm.git] / test / br3392472.asm
blob7f326eaabe220637b830a0c1e101bc9dc3c17392
1 org 0
2 %ifndef SEEK
3 %define SEEK 0
4 %endif
5 times SEEK - ($ - $$) nop
6 jmp near init
8 %ifndef NUM
9 %define NUM 9956h
10 %endif
11 times NUM - ($ - $$) db 0
12 init: