Fixed: After Button press "Instruction" jump to data area is confusingby changing 0 to a 1

This commit is contained in:
Christian 2021-09-29 15:18:29 +02:00
parent b756e04e81
commit 62b974c4ef

View File

@ -219,7 +219,7 @@ executeInstruction model =
let
(new_model, reqAlert) = uStepPC model
in
if new_model.pc.uCounter == 0 then
if new_model.pc.uCounter == 1 then
(new_model, reqAlert)
else
if reqAlert then