;
;         <def_ngp629_zt1.txt>    ,    ()
;
;------------------------------------------------------
; variable definitions
;(  )
;______________________________________________________
;   -  
;  /equ, set/
;
const_OSCCAL   equ  0x4C ;    -   
              ;       !!!
;
;
er_kz_dtf  equ b'10101010' ;  
er_ignit   equ b'11101000' ;    
er_work    equ b'11111110' ;  
er_starf   equ b'10100000' ;      
;
second_ct  equ  .100 ;   
ignit_ct   equ  7  ;     
;
P_led      equ  5 ;   
             ;  GP5 (),   =0,   =1
P_flame    equ  4 ;     
             ;  GP4 (),   =0,   =1
P_valve_f  equ  2 ;     
           ;    GP2 (),   =0,  =1
P_valve    equ  1 ;     
            ;    GP1 (),   =0,  =1
P_ignits   equ  0 ;     
              ;  GP0 (),   =0,  =1
;______________________________________________________
;   -   
; /res/
;  --        
;        --
;       udata_sr
;
 ;--------------------------------------------------
;
; example of using Shared Uninitialized Data Section
INT_VAR     UDATA_SHR   0x20   
W_TEMP        RES     1  ; variable used for context saving 
STATUS_TEMP   RES     1  ; variable used for context saving
;
TEMP_VAR
tmp0          res     1  ;  
outbuf        res     1  ; -  
mark_cnt      res     1  ;   " "
wtm_ct0       res     1  ;  0  wtm
wtm_ct1       res     1  ;  1  wtm
cnt_wtign     res     1  ;     
starf_flg     res     1  ;   /starf_6
filtr         res     1  ;     
cnt_sec       res     1  ;    
;
pres       udata_shr 0x5F
cnt_bayt      res     1  ;    
;
;______________________________________________________
;
;   -   
;  /equ, set/
cont_pt0   equ 0 ; (starf_flg)      
cont_pt1   equ 1 ; (starf_flg)      
cont_pt2   equ 2 ; (starf_flg)      
cont_pt3   equ 3 ; (starf_flg)     
                 ;     
dis_ignit  equ 4 ; (starf_flg)      
cont_ptw   equ 5 ; (starf_flg)    
cont_ptz   equ 6 ; (starf_flg)     
cont_zoff  equ 7 ; (starf_flg)     
                 ;   
;