From b6238c8cc23c28a09f074ba766977cc04489b495 Mon Sep 17 00:00:00 2001 From: Leeland Heins Date: Tue, 18 Dec 2018 08:30:11 -0600 Subject: [PATCH] Fixed bug in ASL A --- da65.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/da65.pl b/da65.pl index c79776a..eabff9f 100644 --- a/da65.pl +++ b/da65.pl @@ -107,7 +107,7 @@ my %opcodes = ( # ASL Accumulator ASL A 0A 1 2 0x0a => { 'modesub' => \&mode_Accumulator, - 'mnemonic' => 'ADC', + 'mnemonic' => 'ASL', 'operand' => 'A' }, # Zero Page ASL Zpg 06 2 5