
  crystal_freq   equ 11059200
  tmr_cycle      equ 12
  tmr_sec        equ crystal_freq / tmr_cycle
  f_20th_second  equ tmr_sec * .05
  reset_value    equ 65536 - f_20th_second
