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