Talk:CPU addressing modes: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
m (Reverted edits by 69.20.131.234 (talk) to last revision by Tepples)
Line 14: Line 14:


: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)
== Phrasing doesn't match table ==
The line: 
"The (d''')''',y mode is used far more often than (d,x)." 
Should be modified to match the declaration pattern in the proceeding table, as follows: 
"The (d,y''')''' mode is used far more often than (d,x)."

Revision as of 16:08, 22 April 2021

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

Phrasing doesn't match table

The line:

"The (d),y mode is used far more often than (d,x)."

Should be modified to match the declaration pattern in the proceeding table, as follows:

"The (d,y) mode is used far more often than (d,x)."