Talk:CPU addressing modes

From NESdev Wiki
Revision as of 19:50, 3 June 2016 by Tepples (talk | contribs) (Reverted edits by 199.15.233.162 (talk) to last revision by Rainwarrior)
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)

?

— Preceding unsigned comment added by 135.23.206.197 (talkcontribs)

Yes. Amended. - Rainwarrior (talk) 15:39, 9 February 2016 (MST)