mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
12 lines
288 B
NASM
12 lines
288 B
NASM
;Testname=unoptimized; Arguments=-fbin -oinvlpga.bin; Files=.stdout .stderr invlpga.bin
|
|
;Testname=optimized; Arguments=-fbin -oinvlpga.bin -Ox; Files=.stdout .stderr invlpga.bin
|
|
|
|
bits 32
|
|
invlpga
|
|
invlpga ax,ecx
|
|
invlpga eax,ecx
|
|
bits 64
|
|
invlpga
|
|
invlpga eax,ecx
|
|
invlpga rax,ecx
|