![]()  | 
Routines | 
| Prev: A5A4 | Up: Map | Next: A5C6 | 
| 
 
Used by the routines at PausePrintStringAndScroll and Process_StepIntoRing.
 
Pauses a given number of HALT loops.
 
  | 
||||||||
| Pause_Loop | A5C2 | HALT | Halt operation (suspend CPU until the next interrupt). | |||||
| A5C3 | DJNZ Pause_Loop | Decrease counter by one and loop back to Pause_Loop until counter is zero. | ||||||
| A5C5 | RET | Return. | ||||||
| 
 
View the equivalent code in The Jewels Of Babylon.
 
 | 
||||||||
| Prev: A5A4 | Up: Map | Next: A5C6 |