Prev: 45150 Up: Map Next: 45194
45185: Pause, Print String And Scroll
For dramatic effect! Used when an event occurs.
PausePrintStringAndScroll 45185 LD B,25 Call Pause_Loop using 25 HALT loops (for a short pause).
45187 CALL Pause_Loop
45190 CALL PrintStringAndNewline Call PrintStringAndNewline.
45193 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: 45150 Up: Map Next: 45194