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

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

; - - - - - - - - - - - - - - - - - - - - - - - - - - -
;   
;
   .org int_vectors_syze+1
 clock:
   clr TR0 ;  
   clr sys_tik
  reti

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