mirror of
https://github.com/mre/mos6502.git
synced 2025-02-17 17:30:43 +00:00
Formatting
This commit is contained in:
parent
9940517c3b
commit
59132d0d8d
@ -49,7 +49,7 @@ pub enum Instruction
|
||||
//
|
||||
// | outputs | inputs
|
||||
{
|
||||
ADC(i8) // ADd with Carry................ | NV ...ZC A = A + M + C
|
||||
ADC(i8) // ADd with Carry............ | NV ...ZC A = A + M + C
|
||||
|
||||
, AND // logical AND (bitwise)......... | N. ...Z. A = A && M
|
||||
, ASL // Arithmetic Shift Left......... | N. ...ZC A = M << 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user