Prev: 6060 Up: Map Next: 800A
8000: Security Check
Used by the routine at GameEntry.
SecurityCheck 8000 DI Disable interrupts.
8001 LD SP,$5E00 Set the stack pointer to 5E00.
8004 LD A,($5C79) A=FRAMES+01.
8007 CP $83 Return if A is not 25.
8009 RET NZ
Continue on to GameInitialisation.
View the equivalent code in;
Prev: 6060 Up: Map Next: 800A