Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1093 Discussions

Mistake in Table A-2. One-byte Opcode Map

33445621163_com
Beginner
363 Views

Intel 64 and IA-32 Architectures Software Developers Manual Volume 2B: Instruction Set Reference, N-Z
A-10 Vol. 3B

Table A-2. One-byte Opcode Map
0xA4 : MOVS/B Xb,Yb
0xA5: MOVS/W/D/Q Xv,Yv

Need to correct as:
0xA4 : MOVS/B Yb,Xb
0xA5: MOVS/W/D/QYv,Xv

0 Kudos
1 Reply
33445621163_com
Beginner
363 Views
Found another mistake:


Table A-2. One-byte Opcode Map
0xAF:SCAS/W/D/Q rAX,Xv

Need to correct as:

0xAF:SCAS/W/D/Q rAX,Yv

0 Kudos
Reply