mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-26 22:31:18 +00:00
adjust pclp and pchp to pickup non inverted state
This commit is contained in:
parent
0e41f0a9a9
commit
6033109dc6
50
nodenames.js
50
nodenames.js
@ -82,7 +82,7 @@ x4: 85,
|
||||
x5: 589,
|
||||
x6: 448,
|
||||
x7: 777,
|
||||
pcl0: 1139, // machine state: program counter low (first storage node)
|
||||
pcl0: 1139, // machine state: program counter low (first storage node output)
|
||||
pcl1: 1022,
|
||||
pcl2: 655,
|
||||
pcl3: 1359,
|
||||
@ -90,14 +90,22 @@ pcl4: 900,
|
||||
pcl5: 622,
|
||||
pcl6: 377,
|
||||
pcl7: 1611,
|
||||
pclp0: 1227, // machine state: program counter low (pre-incremented?, second storage node)
|
||||
pclp1: 1102,
|
||||
pclp2: 1079,
|
||||
pclp3: 868,
|
||||
pclp4: 39,
|
||||
pclp5: 1326,
|
||||
pclp6: 731,
|
||||
pclp7: 536,
|
||||
pclp0: 488, // machine state: program counter low (pre-incremented?, second storage node)
|
||||
pclp1: 976,
|
||||
pclp2: 481,
|
||||
pclp3: 723,
|
||||
pclp4: 208,
|
||||
pclp5: 72,
|
||||
pclp6: 1458,
|
||||
pclp7: 1647,
|
||||
"#pclp0": 1227, // machine state: program counter low (pre-incremented?, inverse second storage node)
|
||||
"#pclp1": 1102,
|
||||
"#pclp2": 1079,
|
||||
"#pclp3": 868,
|
||||
"#pclp4": 39,
|
||||
"#pclp5": 1326,
|
||||
"#pclp6": 731,
|
||||
"#pclp7": 536,
|
||||
pch0: 1670, // machine state: program counter high (first storage node)
|
||||
pch1: 292,
|
||||
pch2: 502,
|
||||
@ -106,14 +114,22 @@ pch4: 948,
|
||||
pch5: 49,
|
||||
pch6: 1551,
|
||||
pch7: 205,
|
||||
pchp0: 780, // machine state: program counter high (pre-incremented?, second storage node)
|
||||
pchp1: 113,
|
||||
pchp2: 114,
|
||||
pchp3: 124,
|
||||
pchp4: 820,
|
||||
pchp5: 33,
|
||||
pchp6: 751,
|
||||
pchp7: 535,
|
||||
pchp0: 1722, // machine state: program counter high (pre-incremented?, second storage node output)
|
||||
pchp1: 209,
|
||||
pchp2: 1496,
|
||||
pchp3: 141,
|
||||
pchp4: 27,
|
||||
pchp5: 1301,
|
||||
pchp6: 652,
|
||||
pchp7: 1206,
|
||||
"#pchp0": 780, // machine state: program counter high (pre-incremented?, inverse second storage node)
|
||||
"#pchp1": 113,
|
||||
"#pchp2": 114,
|
||||
"#pchp3": 124,
|
||||
"#pchp4": 820,
|
||||
"#pchp5": 33,
|
||||
"#pchp6": 751,
|
||||
"#pchp7": 535,
|
||||
// machine state: status register (not the storage nodes)
|
||||
p0: 32, // C bit of status register (storage node)
|
||||
p1: 627, // Z bit of status register (storage node)
|
||||
|
Loading…
Reference in New Issue
Block a user