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.
 
{| 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 15:
|-
! scope="row" | 3
| 30 || 831 || 32 || 1233 || 1634 || 2035 || 2436 || 2837 || 3238 || 3639 || 3A || 403B || 3C || 443D || 3E || 483F
|-
! scope="row" | 4
| 40 || 1041 || 1542 || 2043 || 2544 || 3045 || 3546 || 4047 || 4548 || 49 || 504A || 4B || 554C || 4D || 4E || 604F
|-
! scope="row" | 5
| 50 || 1251 || 1852 || 2453 || 3054 || 3655 || 4256 || 4857 || 5458 || 59 || 605A || 5B || 665C || 5D || 5E || 725F
|-
! scope="row" | 6
| 60 || 1461 || 2162 || 2863 || 3564 || 4265 || 4966 || 5667 || 6368 || 69 || 706A || 6B || 776C || 6D || 6E || 846F
|-
! scope="row" | 7
| 70 || 1671 || 2472 || 3273 || 4074 || 4875 || 5676 || 6477 || 7278 || 79 || 807A || 7B || 887C || 7D || 7E || 967F
|-
! scope="row" | 8