What is this screen?
Posted: Tue Oct 24, 2023 2:39 pm
I have this function:
And before you ask how this works, I don't know either. All I know is that it's supposed to jump to $8001 in memory.
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?
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?