|
|
Example of a complex instruction:
add.l 10(A0, D1.w), 20(A2, D3.w)
|
An example of a simple instruction is:
add,l D0, D1 // why "simple" ? Because even the CPU that
// we made can execute this instruction!
|
|
|
The analogy in the computer is:
|
|
|
because we could "visit" the memory in shorter time
|
|
These computers with reduced complexity in instructions are called:
|
|