![]() |
Routines |
Prev: 9E26 | Up: Map | Next: 9E33 |
Used by the routine at AAD8.
Pauses a given number of HALT loops.
|
||||||||
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 |