mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-13 20:32:07 +00:00
Added missing '#' and '~' to both copies of the BRtaken node name.
The comments with them indicate that the semantics of the node (high when branch not taken) was already recognized. pipeBRtaken in the expert version is left untouched, as it is opposite-valued from #BRtaken, although its meaning is multiplexed by additional influences (nodenames.js has it named pipeIPCrelated).
This commit is contained in:
parent
4bb43bfd0e
commit
c2348c5f63
@ -12281,7 +12281,7 @@ INTG: 1350, // internal signal: interrupt handler related
|
||||
|
||||
// internal signals: control signals
|
||||
nnT2BR: 967, // doubly inverted
|
||||
BRtaken: 1544, // aka #TAKEN
|
||||
"#BRtaken": 1544, // aka #TAKEN
|
||||
|
||||
// interrupt and vector related
|
||||
NMIP: 1032,
|
||||
|
@ -590,8 +590,8 @@ H1x1: 1042, // internal signal: drive status byte onto databus
|
||||
|
||||
// internal signals: control signals
|
||||
nnT2BR: 967, // doubly inverted
|
||||
BRtaken: 1544, // aka #TAKEN
|
||||
BRtaken: 1544, // automatic alias replacing hash with tilde
|
||||
"#BRtaken": 1544, // aka #TAKEN
|
||||
"~BRtaken": 1544, // automatic alias replacing hash with tilde
|
||||
|
||||
// internal signals and state: interrupt and vector related
|
||||
// segher says:
|
||||
|
Loading…
x
Reference in New Issue
Block a user