;
;
;            int_fb4012.txt
;        
  .cseg
   .org restt
 irq_res:   
	ajmp init ;      

; - - - - - - - - - - - - - - - - - - - - - - - - - - -
;
;     
;    
;     
;
   .org tfir0
 irq_t0:
  ajmp clock

; - - - - - - - - - - - - - - - - - - - - - - - - - - -
;   
;
   .org int_vectors_syze+1
 clock:
	djnz tik_cnt,endc
  mov tik_cnt,#40
  setb sys_tik
 endc:
  reti

; - - - - - - - - - - - - - - - - - - - - - - - - - - -