Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
1135 Discussions

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

33445621163_com
Beginner
831 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
831 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