;
;
;                    murs.txt
;
;     
;
;------------------------------------------------------------
;
 start_user:
        ELL_ON
        WAITT 50
        LLPRINT str1 ;  
          ; "expect boot the command file"
           ; ("   ")
        ELL_OFF

;
;----------------------------------------------
;
;   *.hex    
;    /  
;  N  ( 1024    )
;
 echo_rst:
  lcall m_bottle 
;----------------------------------------------
;
;      \
;  
;    ap_fill=0     \
;                        
;    glob_er=?    " "
;    eof_ldr=1/?     "  "
;
;    
;  boot_addr+1:boot_addr
;
;----------------------------------------------
;   
     lcall m_proc_txd_init ;    
        ;     
        ; m_bottle     bios
      WAIT_TOF ;     
      jbc eof_ldr,work_start ;     work_start
      clr glob_er ;    (    )
     ajmp echo_rst ;    echo_rst (  )
;--------------------------------------
 work_start:
   ajmp com_string ;      
       ; com_string 
       ;      ajmp/ljmp 
       ;  mov DPTR,#addr   
       ;   -
       ;     
;
;----------------------------------------------
;
;      
; 
;     start_user (ajmp/ljmp start_user)
;
;