![]() |
Routines |
Prev: BA89 | Up: Map | Next: BAA4 |
Used by the routines at ClearScreen, ClearLines, SetDefaultScreenPosition, SetScreenPosition, PrintString, Print_RoomGraphic, Handler_UserInput and UserInput_Enter.
|
||||
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 |