Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
		ifndef	__regtn10inc
2
__regtn10inc	equ	1
3
                save
4
                listing off   ; kein Listing ueber diesen File
5
 
6
;****************************************************************************
7
;*                                                                          *
8
;*   AS 1.42 - File REGTN5.INC                                              *
9
;*                                                                          *
10
;*   Contains Bit & Register Definitions for ATtiny10                       *
11
;*                                                                          *
12
;****************************************************************************
13
 
14
;----------------------------------------------------------------------------
15
; Memory Limits
16
 
17
RAMSTART	equ	0x40,data	; start address SRAM
18
RAMEND		equ     0x5f,data	; end address SRAM
19
FLASHEND	label   1023		; end address Flash
20
 
21
__HAS_ADC__	equ	1
22
		include "regtx459.inc"
23
 
24
		restore
25
 
26
		endif			; __regtn10inc