mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
02c9a72fdd
Remove references to DREX instructions
23 lines
256 B
NASM
23 lines
256 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
|