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