mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
BR 2025977: Handle SLDT with a 64-bit register operand
Handle SLDT with a 64-bit register operand. Don't generate a REX.W prefix in the assembler, since zero-extending is just fine, but do support it in the disassembler.
This commit is contained in:
parent
ca348b6343
commit
ecf8c3e382
@ -1178,6 +1178,8 @@ SLDT mem \2\x0F\x00\200 286
|
||||
SLDT mem16 \2\x0F\x00\200 286
|
||||
SLDT reg16 \320\2\x0F\x00\200 286
|
||||
SLDT reg32 \321\2\x0F\x00\200 386
|
||||
SLDT reg64 \323\2\x0F\x00\200 X64,ND
|
||||
SLDT reg64 \324\2\x0F\x00\200 X64
|
||||
SKINIT void \3\x0F\x01\xDE X64
|
||||
SMI void \1\xF1 386,UNDOC
|
||||
SMINT void \2\x0F\x38 P6,CYRIX,ND
|
||||
|
Loading…
Reference in New Issue
Block a user