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