Hardware provided by different manufacturers may return different values upon low memory access. Even if a title accidentally makes the right decision based on the value returned from low memory on current hardware, the value returned from low memory will be different on future hardware.
Future hardware or operating system releases may not allow low memory access at all.
3DO Debug: Abort (Dat) = PC@address
where address
is the point in the program where the problem
occurred.
If you now look at the Disassembly window and Register window, you are likely to find that the title stopped at a Register 0.
If you look at the Source window, you are likely to find an error return value. In most cases, that means you have to modify your source code to check for NULL.