That means:
|
For example: ARM instructions are always 4 bytes long
|
So we often find that:
|
|
That means:
|
For example: INTEL (the CPU in your laptop) instructions are can have different number of bytes
|
So we often find that:
|
|
The power of a computer is not measured by the complexity of its instructions.
The power (= how fast) a computer rather depends on the circuitry used to execute the instructions.
Specifically: how many steps of the execution of different instructions can you overlap with each other.
If you can overlap the execution of multiple instructions (i.e.: multi-tasking), then you can do things faster
Multi-asking (or pipelining) is a topic in CS355 - so if you want to learn more, you will need to take that course....