;
; 	<eep_t45_m.txt>	;   EEPROM data
;
;******************************************************************************
; EEPROM INITIALIZATION
;
; The ATtiny45 has 256 bytes of non-volatile EEPROM
;
;------------------------------------------------------------------------------

  .ESEG
  .org 0x0000
; name:   .byte
 ckor_l: .db dev_tl ;    OC0A -    0.004S
            ;    " 0"    eeprom
 x_areow: .byte 1 ;      x_arrow
 y_areow: .byte 1 ;      y_arrow
 belle_z0: .byte 1 ;      bell_z0
 belle_z1: .byte 1 ;      bell_z1
;----------------------------------------------------------------