Right now the first instruction is getting executed during the loading phase of our CPU when loading instruction memory.
Essentially we need to make sure that the first instruction somehow doesn't get executed, two options are to ensure that every program has a first instruction of noop.
else we have to have a way to have instruction memory output a noop.
Else we have to modify control signals to make sure that nothing happens during the loading phase.
Right now the first instruction is getting executed during the loading phase of our CPU when loading instruction memory.
Essentially we need to make sure that the first instruction somehow doesn't get executed, two options are to ensure that every program has a first instruction of noop.
else we have to have a way to have instruction memory output a noop.
Else we have to modify control signals to make sure that nothing happens during the loading phase.