mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
fb5f2519ad
The tokenizer didn't handle $$, but relied on token pasting of two $ tokens.
This broke after the improvements in 9bb46df4
.
8 lines
137 B
NASM
8 lines
137 B
NASM
;Testname=test; Arguments=-fbin -obr890790.bin; Files=stdout stderr br890790.bin
|
|
%rep 5
|
|
db 0
|
|
%include "br890790_i.asm"
|
|
%endrep
|
|
|
|
db 1
|