mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-04-09 19:37:30 +00:00
65c02: correct value shown an PC
Change-Id: I46d7accb3d02d8018389c01f215a9ef912fb09bf
This commit is contained in:
parent
197642d262
commit
8e77183c17
@ -1519,7 +1519,7 @@ calcAddr: process(clk)
|
||||
|
||||
sync_irq <= irqActive;
|
||||
|
||||
Regs <= std_logic_vector(PC) &
|
||||
Regs <= std_logic_vector(myAddr) &
|
||||
"00000001" & std_logic_vector(S)&
|
||||
N & V & R & B & D & I & Z & C &
|
||||
std_logic_vector(Y) &
|
||||
|
Loading…
x
Reference in New Issue
Block a user