Code: Select all
lda #$XX
pha
plb
Is this normal? Or what am I doing wrong?
Thanks for any advice!
Moderator: Moderators
Code: Select all
lda #$XX
pha
plb
I've been using DP as an index register when I've ran out, so this is very good to know, because if anything I'm trying to point to isn't in bank $00 (which I don't think my object table with as many entries as I want will fit in the ram there) then I'm going to have a problem.Ramsis wrote:DP is always in bank $00, right?