mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
test: Add automatizing annotations to imm64.asm
H. Peter Anvin pointed | | Btw, test/imm64.asm needs test engine annotations. | Make it so. Reported-by: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
b936aa61c8
commit
acf1cbb250
@ -1,3 +1,7 @@
|
||||
;Testname=imm64-O0; Arguments=-O0 -fbin -oimm64.bin; Files=stdout stderr imm64.bin
|
||||
;Testname=imm64-O1; Arguments=-O1 -fbin -oimm64.bin; Files=stdout stderr imm64.bin
|
||||
;Testname=imm64-Ox; Arguments=-Ox -fbin -oimm64.bin; Files=stdout stderr imm64.bin
|
||||
|
||||
bits 64
|
||||
mov rax,11223344h
|
||||
mov rax,dword 11223344h
|
||||
|
Loading…
x
Reference in New Issue
Block a user