From 59132d0d8d0a97d34dc46bc2774c8c5996b6592c Mon Sep 17 00:00:00 2001 From: Alex Weisberger Date: Wed, 1 Oct 2014 18:43:57 -0400 Subject: [PATCH] Formatting --- src/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instruction.rs b/src/instruction.rs index fe4c93c..fac9cd4 100644 --- a/src/instruction.rs +++ b/src/instruction.rs @@ -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