mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
94ead27971
Issue a diagnostic and don't panic for invalid TIMES values. Reported-by: C. Masloch <pushbx@38.de> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
4 lines
56 B
NASM
4 lines
56 B
NASM
bits 32
|
|
times -1 db 0
|
|
times -1 incbin "timesneg.asm"
|