;
;         "map_def_nota.txt"    ,    ()
;
;------------------------------------------------------
; variable definitions
;(  )
;______________________________________________________
;   -  
;

;______________________________________________________
;   -   
;
;  R26-R31    X,Y  Z
; R31:R30=ZH:ZL (Z)
; R29:R28=YH:YL (Y)
; R27:R26=XH:XL (X)
;
 .def gridh = r25 ;  ()      
 .def gridl = r24 ;  ()      
; .def name = r23 ;  ()
; .def name = r22 ;  ()
; .def name = r21 ;  ()
; .def name = r20 ;  ()
; .def name = r19 ;  ()
 .def pdbuf = r18 ;  ()     PORTD6
 .def tmp1 = r17 ;  ()
 .def tmp0 = r16 ;  ()
; .def regn = r15 ;  ()
; .def regn = r14 ;  ()
; .def regn = r11 ;  ()
; .def regn = r10 ;  ()
; .def regn = r9 ;  ()
; .def regn = r8 ;  ()
; .def regn = r7 ;  ()
; .def regn = r6 ;  ()
; .def regn = r5 ;  ()
; .def regn = r4 ;  ()
 .def out_grid_h = r3 ;  ()       
 .def out_grid_l = r2 ;  ()       
; .def matr = r1 ;  () r1    !!!
; .def madr = r0 ;  () r0    !!!
;______________________________________________________
;   -   
;
 .equ wait_sys = 5 ;  " "
   ;         0
   ;   / 
	 ;     Z-
 .equ kod0 = PIND0 ;     0
 .equ kod1 = PIND1 ;     1
 .equ kod2 = PIND2 ;     2
 .equ nota_5 = PIND6 ;     5- 
 .equ nota_grid = PINB
 .equ nota_4 = PINB0 ;     4 
 .equ nota_3 = PINB1 ;     3 
 .equ nota_2 = PINB2 ;     2 
 .equ nota_1 = PINB3 ;     1 
 .equ nota_m = PINB4 ;      
 .equ nota_b = PINB5 ;      
 .equ nota_k = PINB6 ;      
 .equ nota_sk = PINB7 ;      
;______________________________________________________
;   -    ()
;
  .dseg

;______________________________________________________
;   -    (EEPROM)
;
  .eseg
;______________________________________________________