Prev: 64475 Up: Map Next: 64498
64492: Short Pause
Used by the routines at EntryPoint and UserDefinedKeys.
ShortPause 64492 LD B,75 B=75 (counter).
ShortPause_Loop 64494 HALT Halt operation (suspend CPU until the next interrupt).
64495 DJNZ ShortPause_Loop Decrease counter by one and loop back to ShortPause_Loop until counter is zero.
64497 RET Return.
Prev: 64475 Up: Map Next: 64498