Fixed: After Button press "Instruction" jump to data area is confusingby changing 0 to a 1
This commit is contained in:
parent
5bd49f36d0
commit
44620254b3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user