mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-08 04:25:59 +00:00
Fix bug in GetZPage_X and GetZPage_Y macros
This commit is contained in:
@@ -348,11 +348,13 @@
|
||||
#define GetZPage_X \
|
||||
GetFromPC_B; \
|
||||
add r0, r0, X_Reg; \
|
||||
bic r0, #0x100; \
|
||||
mov EffectiveAddr, r0;
|
||||
|
||||
#define GetZPage_Y \
|
||||
GetFromPC_B; \
|
||||
add r0, r0, Y_Reg; \
|
||||
bic r0, #0x100; \
|
||||
mov EffectiveAddr, r0;
|
||||
|
||||
#define ea_hi_prev r1
|
||||
|
Reference in New Issue
Block a user