Prev: BA89 Up: Map Next: BAA4
BA96: Switch To Normal Screen Output
SwitchNormalScreenOutput BA96 PUSH HL Stash HL, DE, BC and AF on the stack.
BA97 PUSH DE
BA98 PUSH BC
BA99 PUSH AF
BA9A LD A,$02 Set current output channel to normal screen output using CHAN_OPEN with stream 02.
BA9C CALL $1601
BA9F POP AF Restore AF, BC, DE and HL from the stack.
BAA0 POP BC
BAA1 POP DE
BAA2 POP HL
BAA3 RET Return.
View the equivalent code in Warlord.
Prev: BA89 Up: Map Next: BAA4