Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
		ifndef	__regtn461inc
2
__regtn461inc	equ	1
3
                save
4
                listing off   ; kein Listing ueber diesen File
5
 
6
;****************************************************************************
7
;*                                                                          *
8
;*   AS 1.42 - File REGTN461.INC                                            *
9
;*                                                                          *
10
;*   Contains Bit & Register Definitions for ATtiny461(A)                   *
11
;*                                                                          *
12
;****************************************************************************
13
 
14
;----------------------------------------------------------------------------
15
; Memory Limits
16
 
17
E2END		equ     255		; end address EEPROM
18
RAMSTART	equ	0x60,data	; start address SRAM
19
RAMEND		equ     0x15f,data	; end address SRAM
20
FLASHEND	label   4095		; end address Flash
21
 
22
		include "regtnx61.inc"
23
 
24
		restore
25
 
26
		endif			; __regtn461inc