mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
zerobyte.asm: add test cases for non-initial \170 uses
Add test cases for noninitial uses of \170, in order to test for accidental duplication of REX prefixes.
This commit is contained in:
parent
5d4fd7accc
commit
653e03bef5
@ -5,3 +5,20 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user