Opcode table


An opcode table is a visual representation of all opcodes 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 an opcode prefix.

Table values

The structure and arrangement of an opcode table appears as follows:
0123456789ABCDEF
0000102030405060708090A0B0C0D0E0F
1101112131415161718191A1B1C1D1E1F
2202122232425262728292A2B2C2D2E2F
3303132333435363738393A3B3C3D3E3F
4404142434445464748494A4B4C4D4E4F
5505152535455565758595A5B5C5D5E5F
6606162636465666768696A6B6C6D6E6F
7707172737475767778797A7B7C7D7E7F
8808182838485868788898A8B8C8D8E8F
9909192939495969798999A9B9C9D9E9F
AA0A1A2A3A4A5A6A7A8A9AAABACADAEAF
BB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBF
CC0C1C2C3C4C5C6C7C8C9CACBCCCDCECF
DD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDF
EE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF
FF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF

Each cell from 00-FF contains information about the such as the equivalent assembly instruction corresponding to the opcode, parameters, and CPU cycle counts.