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