Prev: A5A4 Up: Map Next: A5C6
A5C2: Pause Loop
Used by the routines at PausePrintStringAndScroll and F5F9.
Pauses a given number of HALT loops.
Input
B Number of HALT commands to use
Pause_Loop A5C2 HALT Halt operation (suspend CPU until the next interrupt).
A5C3 DJNZ Pause_Loop Decrease counter by one and loop back to Pause_Loop until counter is zero.
A5C5 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: A5A4 Up: Map Next: A5C6