Talk:CPU addressing modes: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(yes it should)
m (marking unsigned comment)
Line 10: Line 10:


?
?
<small><span class="autosigned">—&nbsp;Preceding unsigned comment added by [[User:135.23.206.197|135.23.206.197]] ([[User talk:135.23.206.197|talk]] • [[Special:Contributions/135.23.206.197|contribs]]) </span></small><!-- Template:Unsigned -->


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

Revision as of 22:44, 9 February 2016

(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)