mirror of
https://github.com/softwarejanitor/da65.git
synced 2024-12-28 04:32:26 +00:00
Bug fix to Zero Page,X LDY
This commit is contained in:
parent
b083cdf344
commit
18e913da23
4
da65.pl
4
da65.pl
@ -595,9 +595,9 @@ my %opcodes = (
|
|||||||
'modesub' => \&mode_Zero_Page,
|
'modesub' => \&mode_Zero_Page,
|
||||||
'mnemonic' => 'LDY'
|
'mnemonic' => 'LDY'
|
||||||
},
|
},
|
||||||
# Zero Page,Y LDY Zpg,X B4 2 4
|
# Zero Page,X LDY Zpg,X B4 2 4
|
||||||
0xb4 => {
|
0xb4 => {
|
||||||
'modesub' => \&mode_Zero_Page_Y,
|
'modesub' => \&mode_Zero_Page_X,
|
||||||
'mnemonic' => 'LDY'
|
'mnemonic' => 'LDY'
|
||||||
},
|
},
|
||||||
# Absolute LDY Abs AC 3 4
|
# Absolute LDY Abs AC 3 4
|
||||||
|
Loading…
Reference in New Issue
Block a user