1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-20 00:29:37 +00:00

formatting

This commit is contained in:
Sam M W 2024-04-27 11:45:20 +01:00
parent ecf222f80b
commit 6a52e0e882

View File

@ -57,7 +57,7 @@ pub enum Instruction {
BPL, // Branch if Positive............ | .. ..... PC = Z
BRA, // Unconditional BRAnch.......... | .. B.... S PC =
BRK, // BReaK......................... | .. B.... S PC =
BRKcld,// BReaK, clearing decimal flag.. | .. BD... S PC =
BRKcld, // BReaK, clearing decimal flag.. | .. BD... S PC =
BVC, // Branch if oVerflow Clear...... | .. ..... PC = !V
BVS, // Branch if oVerflow Set........ | .. ..... PC = V
CLC, // CLear Carry flag.............. | .. ....C = 0