![]() |
Routines |
Prev: 47938 | Up: Map | Next: 47957 |
Used by the routine at PausePrintStringAndScroll.
Pauses a given number of HALT loops.
|
||||||||
Pause_Loop | 47953 | HALT | Halt operation (suspend CPU until the next interrupt). | |||||
47954 | DJNZ Pause_Loop | Decrease counter by one and loop back to Pause_Loop until counter is zero. | ||||||
47956 | RET | Return. | ||||||
View the equivalent code in Warlord.
|
Prev: 47938 | Up: Map | Next: 47957 |