Prev: B05E Up: Map Next: B08A
B081: Pause, Print String And Scroll
For dramatic effect! Used when an event occurs.
PausePrintStringAndScroll B081 LD B,$19 Call Pause_Loop using 19 HALT loops (for a short pause).
B083 CALL Pause_Loop
B086 CALL PrintStringAndNewline Call PrintStringAndNewline.
B089 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: B05E Up: Map Next: B08A