CPU page crossing?

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
CPU page crossing?
by on (#142983)
NEStress now gives me an error in absolute with X/Y regarding wrapping.
In other words, it's all about page crossing.
When a page cross occurs, an extra cycle is generated, but what's the address for (dummy) reading?
Re: CPU page crossing?
by on (#142984)
256 bytes less. (i.e. before the carry to the upper byte could happen)
Re: CPU page crossing?
by on (#142987)
Still gives me the same error. Strange. Am I missing something?
Re: CPU page crossing?
by on (#142991)
NESStress doesn't seem to pay attention to the dummy reads at all ... at least not in these tests. Are you handling overflow of addresses from $FFxx down to $00xx?
Re: CPU page crossing?
by on (#142993)
Bingo. :) Thanks for the help.