16.6k views
0 votes
True / False

The PC is always incremented by the same amount in fixed-length instruction set architectures.

1 Answer

2 votes

Answer:

TRUE, The PC is always incremented by the same amount in fixed-length instruction set architectures.

Step-by-step explanation:

Its TRUE that Program Counter ( PC ) is always incremented by the same amount in fixed - length instruction set architectures ( fixed length ISA) . As the instruction set length is fixed in fixed - length instruction set architectures, the Program Counter to fetch the next instruction set it has to be incremented by fixed length. This fixed length depends on the hardware of the architecture (the number of bytes each machine word contains and number of machine words per memory location)

User FodderZone
by
4.8k points