mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
733cbb3197
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
26 lines
316 B
NASM
26 lines
316 B
NASM
;Testname=test; Arguments=-fbin -ozerobyte.bin; Files=stdout stderr zerobyte.bin
|
|
bits 64
|
|
|
|
mov eax,bar-foo
|
|
|
|
foo:
|
|
add al,r10b
|
|
bar:
|
|
|
|
lldt ax
|
|
lldt r8w
|
|
ltr [rax]
|
|
sldt eax
|
|
sldt r8d
|
|
str eax
|
|
str rax
|
|
str r8d
|
|
str r8
|
|
verr ax
|
|
verr r8w
|
|
verw ax
|
|
verw r8w
|
|
|
|
fmaddps xmm0,xmm0,xmm0,xmm0
|
|
fmaddps xmm8,xmm8,xmm8,xmm8
|