Prev: 42346 Up: Map Next: 42373
42359: Switch To Normal Screen Output
SwitchNormalScreenOutput 42359 PUSH HL Stash HL, DE, BC and AF on the stack.
42360 PUSH DE
42361 PUSH BC
42362 PUSH AF
42363 LD A,2 Set current output channel to normal screen output using CHAN_OPEN with stream 2.
42365 CALL 5633
42368 POP AF Restore AF, BC, DE and HL from the stack.
42369 POP BC
42370 POP DE
42371 POP HL
42372 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: 42346 Up: Map Next: 42373