![]() |
Routines |
Prev: 47753 | Up: Map | Next: 47780 |
Used by the routines at ClearScreen, ClearLines, SetDefaultScreenPosition, SetScreenPosition, PrintString, Print_RoomGraphic, Handler_UserInput and UserInput_Enter.
|
||||
SwitchNormalScreenOutput | 47766 | PUSH HL | Stash HL, DE, BC and AF on the stack. | |
47767 | PUSH DE | |||
47768 | PUSH BC | |||
47769 | PUSH AF | |||
47770 | LD A,2 | Set current output channel to normal screen output using CHAN_OPEN with stream 2. | ||
47772 | CALL 5633 | |||
47775 | POP AF | Restore AF, BC, DE and HL from the stack. | ||
47776 | POP BC | |||
47777 | POP DE | |||
47778 | POP HL | |||
47779 | RET | Return. | ||
View the equivalent code in Warlord.
|
Prev: 47753 | Up: Map | Next: 47780 |