<<< Example: One-byte Opcodes | Index | Example: Three-byte Opcodes >>> |
Assume that if three high-order bits of the opcode are equal 001, it signals that the opcode size is two bytes.
If so, the remaining 13 bits of the total 16-bit opcode let us encode
213 = 8192
different instructions.
 
<<< Example: One-byte Opcodes | Index | Example: Three-byte Opcodes >>> |