mirror of
https://github.com/softwarejanitor/da65.git
synced 2025-04-11 19:37:00 +00:00
Fixed bug in ASL A
This commit is contained in:
parent
5e83b42b2c
commit
b6238c8cc2
2
da65.pl
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user