mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-03 08:41:02 +08:00
test/immwarn.asm: add a few more non-warning tests
A few non-warning conditions. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
ad6b8595b9
commit
f70fce6cc9
@ -67,6 +67,8 @@
|
|||||||
add ecx,-1
|
add ecx,-1
|
||||||
|
|
||||||
bits 64
|
bits 64
|
||||||
|
mov eax,7fffffffh
|
||||||
|
mov eax,80000000h
|
||||||
mov rax,7fffffffh
|
mov rax,7fffffffh
|
||||||
mov rax,80000000h
|
mov rax,80000000h
|
||||||
%if WARN
|
%if WARN
|
||||||
|
Loading…
Reference in New Issue
Block a user