fshcmdSLEEP: .db "SLEEP", 0
fshcmdSLEEPo: .db $16
fshcmdSLEEPu: .db "Puts the calculator into sleep mode (APD)", 0
fshcmdSLEEPf:
di
call _EnableAPD
ld a,1
ld hl,apdSubTimer
ld (hl),a
inc hl
set apdRunning,(iy+apdFlags)
ei
jp Fin