<<<    Index     Encoding The Opcodes >>>

1. Instruction Format Design


  • Most important feature of instruction set design -

    • make opcodes easy to decode.

  • The easiest way to do this -

    • break up the opcode into several different bit fields.

  • Opcode fields:

      opcode byte

<<<    Index     Encoding The Opcodes >>>