; LEDOFF --- Turn off any digits in the Status Display
; Hytek Amplifier, Inc. / PO Box 670 / Joplin, MO 64802
; Version 1.0(100) by Brad Horine (BLH) 04 Mar 1986
;
; Under AMOSL Version 1.3(123)-2, hash code is 761-413-765-437, and
; program size is 44 bytes.
;
       SEARCH  SYS
       SEARCH  SYSSYM
       SEARCH  TRM
;
       VMAJOR  = 1                             ; Version 1.0(100)
       VMINOR  = 0
       VSUB    = 0
       VEDIT   = 100.
       VWHO    = 0
;
       PHDR    -1,0,PH$REE!PH$REU              ; reentrant & reuseable
;
BEGIN:  DIAG    00                              ; send 00 hex to display
                                               ; (DIAG always expects hex)
       TYPECR  <Status display cleared>        ; inform user
       EXIT                                    ; back to the dot
;
       END