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