Prev: 9958 Up: Map Next: 9965
995B: Control Code: Return
Used by the routine at ControlCode_BlankScreen.
ControlCode_FullReturn_1 995B POP BC Restore BC and DE from the stack.
995C POP DE
ControlCode_Return_1 995D POP AF Restore AF and HL from the stack.
995E POP HL
995F RET Return.
This entry point is used by the routine at ControlCode_ClearScreen.
ControlCode_FullReturn_2 9960 POP DE Restore DE from the stack.
This entry point is used by the routines at ControlCode_12 and ControlCode_07.
ControlCode_Return_2 9961 POP BC Restore BC, AF and HL from the stack.
9962 POP AF
9963 POP HL
9964 RET Return.
Prev: 9958 Up: Map Next: 9965