Prev: 40486 Up: Map Next: 40499
40495: Pause Loop
Used by the routine at 43736.
Pauses a given number of HALT loops.
Input
B Number of HALT commands to use
Pause_Loop 40495 HALT Halt operation (suspend CPU until the next interrupt).
40496 DJNZ Pause_Loop Decrease counter by one and loop back to Pause_Loop until counter is zero.
40498 RET Return.
View the equivalent code in;
Prev: 40486 Up: Map Next: 40499