mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-13 17:57:12 +08:00
Fix FISTTP opcodes (BR 689695)
This commit is contained in:
parent
214f549c5c
commit
826ffa9c8e
@ -395,9 +395,9 @@ FIST mem16 \1\xDF\202 8086,FPU
|
||||
FISTP mem32 \1\xDB\203 8086,FPU
|
||||
FISTP mem16 \1\xDF\203 8086,FPU
|
||||
FISTP mem64 \1\xDF\207 8086,FPU
|
||||
FISTTP mem32 \1\xDD\201 PRESCOTT,FPU
|
||||
FISTTP mem16 \1\xDB\201 PRESCOTT,FPU
|
||||
FISTTP mem64 \1\xDF\201 PRESCOTT,FPU
|
||||
FISTTP mem16 \1\xDF\201 PRESCOTT,FPU
|
||||
FISTTP mem32 \1\xDB\201 PRESCOTT,FPU
|
||||
FISTTP mem64 \1\xDD\201 PRESCOTT,FPU
|
||||
FISUB mem32 \1\xDA\204 8086,FPU
|
||||
FISUB mem16 \1\xDE\204 8086,FPU
|
||||
FISUBR mem32 \1\xDA\205 8086,FPU
|
||||
|
Loading…
x
Reference in New Issue
Block a user