4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 14F0 | Up: Map | Next: 151C |
|
||||
pause_3s | 1512 | PUSH BC | Preserve B. | |
1513 | EI | Enable interrupts. | ||
1514 | LD B,$96 | Set B to 150 as loop counter. | ||
pause_3s_0 | 1516 | HALT | Halt until next interrupt and loop. | |
1517 | DJNZ pause_3s_0 | |||
1519 | DI | Disable interrupts, restore value of B, and return. | ||
151A | POP BC | |||
151B | RET |
Prev: 14F0 | Up: Map | Next: 151C |