Address Error Exception: Difference between revisions

Fix crash link
mNo edit summary
(Fix crash link)
Line 5: Line 5:
Because the exception only occurs on the N64 and not the Wii VC it could potentially be exploited. The Wii VC will skip the write or read when the exception would occur. This means that a read from an invalid address into a register will actually leave the register untouched with its last value and resume normal execution.
Because the exception only occurs on the N64 and not the Wii VC it could potentially be exploited. The Wii VC will skip the write or read when the exception would occur. This means that a read from an invalid address into a register will actually leave the register untouched with its last value and resume normal execution.


We can then analyze [[crashes#Ways_to_crash_the_game|crashes]] that cause Address Error Exceptions.  
We can then analyze [[Crash|crashes]] that cause Address Error Exceptions.  


{| class="wikitable sortable"
{| class="wikitable sortable"