Final comments on instruction encoding
- Each CPU manufacturer
designs its
own way to
encode the
computer instructions
(in binary)
- It's a waste of time to
study a particular CPU's way
- Just remember that
each machine code must encode:
- The operation (opcode)
- The source operand(s)
- The destination
(where to store the result)
|
|
How these
information are
encoded and
encoding format are
determined by
each CPU manufacturer