Prev: 47938 Up: Map Next: 47957
47953: Pause Loop
Used by the routine at PausePrintStringAndScroll.
Pauses a given number of HALT loops.
Input
B Number of HALT commands to use
Pause_Loop 47953 HALT Halt operation (suspend CPU until the next interrupt).
47954 DJNZ Pause_Loop Decrease counter by one and loop back to Pause_Loop until counter is zero.
47956 RET Return.
View the equivalent code in Warlord.
Prev: 47938 Up: Map Next: 47957