Top secrets sources NedoPC pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

                ifndef  __regtn261inc
__regtn261inc   equ     1
                save
                listing off   ; kein Listing ueber diesen File

;****************************************************************************
;*                                                                          *
;*   AS 1.42 - File REGTN261.INC                                            *
;*                                                                          *
;*   Contains Bit & Register Definitions for ATtiny261(A)                   *
;*                                                                          *
;****************************************************************************

;----------------------------------------------------------------------------
; Memory Limits

E2END           equ     127             ; end address EEPROM
RAMSTART        equ     0x60,data       ; start address SRAM
RAMEND          equ     0xdf,data       ; end address SRAM
FLASHEND        label   2047            ; end address Flash

                include "regtnx61.inc"

                restore

                endif                   ; __regtn261inc