Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

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