Barebit / x86reference

X86 Opcode and Instruction Reference
http://ref.x86asm.net
GNU Lesser General Public License v3.0
234 stars 52 forks source link

Add instructions Move as Direct Store #64

Closed BarebitOpenSource closed 3 months ago

BarebitOpenSource commented 4 months ago
NP 0F 38 F9 /r         MOVDIRI m32, r32
NP REX.W + 0F 38 F9 /r MOVDIRI m64, r64
66 0F 38 F8 /r         MOVDIR64B r16/r32/r64, m512
BarebitOpenSource commented 3 months ago

Moved to https://github.com/mazegen/x86reference/issues/10