Code: Select all
void (*jumpPtr)(void) = (void (*)())0x8001;
When I make a program that calls this function and run it in the emulator, it gives me this screen: It only triggers sometimes and I can't figure out when. Sometimes the program will just exit normally without showing this screen. What does this screen actually do?