Routines |
Prev: 38118 | Up: Map | Next: 38136 |
|
||||
BackToBasic | 38128 | LD B,50 | Set a counter in B of 50. | |
BackToBasic_Loop | 38130 | HALT | Halt operation (suspend CPU until the next interrupt). | |
38131 | DJNZ BackToBasic_Loop | Decrease halt counter by one and loop back to BackToBasic_Loop until the counter is zero. | ||
38133 | JP 0 | Jump to START. |
Prev: 38118 | Up: Map | Next: 38136 |