Routines |
Prev: FBDB | Up: Map | Next: FBF2 |
Used by the routines at EntryPoint and UserDefinedKeys.
|
||||
ShortPause | FBEC | LD B,$4B | B=4B (counter). | |
ShortPause_Loop | FBEE | HALT | Halt operation (suspend CPU until the next interrupt). | |
FBEF | DJNZ ShortPause_Loop | Decrease counter by one and loop back to ShortPause_Loop until counter is zero. | ||
FBF1 | RET | Return. |
Prev: FBDB | Up: Map | Next: FBF2 |