1
0
mirror of https://github.com/mre/mos6502.git synced 2025-02-17 17:30:43 +00:00

Formatting

This commit is contained in:
Alex Weisberger 2014-10-01 18:43:57 -04:00
parent 9940517c3b
commit 59132d0d8d

View File

@ -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