Talk:CPU addressing modes
From NESdev Wiki
Jump to navigationJump to search
(d),y addressing typo
For (d),y adressing, shouldn't the formula be:
PEEK(PEEK(arg) + (PEEK((arg + 1) % 256) * 256) + y)
instead of
PEEK(PEEK(arg) + PEEK((arg + 1) % 256) + y)
?
- Yes. Amended. - Rainwarrior (talk) 15:39, 9 February 2016 (MST)