nasm/test/timesneg.asm
H. Peter Anvin 94ead27971 BR 3392437: Fix diagnostic for negative value in TIMES
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>
2017-09-27 15:22:23 -07:00

3 lines
56 B
NASM

bits 32
times -1 db 0
times -1 incbin "timesneg.asm"