GBDK 2020 Docs
4.1.1
API Documentation for GBDK 2020
|
Go to the source code of this file.
Functions | |
void | __HandleCrash (void) |
When crash_handler.h is included, a crash dump screen will be displayed if the CPU executes uninitalized memory (with a value of 0xFF, the opcode for RST 38). A handler is installed for RST 38 that calls __HandleCrash().
Also see the crash
example project included with gbdk.
void __HandleCrash | ( | void | ) |
Display the crash dump screen.
See the intro for this file for more details.