Opcode table: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
An '''opcode table''' is a visual representation of all [[opcode]]s in an instruction set. It is arranged such that each axis of the table represents an upper or lower [[nibble]], which combined form the full byte of the opcode. Additional opcode tables can exist for additional instructions created using a [[prefix opcode]].
 
==Table Values==
{| class="wikitable" style="text-align: center; float: right;"
The structure and arrangement of an opcode table appears as follows:
{| class="wikitable" style="text-align: center; float: right;"
!
! scope="column" | 0 || 1 || 2 || 3 || 4 || 5 || 6 || 7 || 8 || 9 || A || B || C || D || E || F
Line 53 ⟶ 55:
| F0 || F1 || F2 || F3 || F4 || F5 || F6 || F7 || F8 || F9 || FA || FB || FC || FD || FE || FF
|}
 
Each cell from 00-FF contains information about the such as the equivalent assembly instruction corresponding to the opcode, parameters, and CPU cycle counts.
 
==External Links==