Blame | Last modification | View Log | Download | RSS feed
ifndef __regtn11inc__regtn11inc equ 1savelisting off ; kein Listing ueber diesen File;****************************************************************************;* *;* AS 1.42 - File REGTN11.INC *;* *;* Contains Bit & Register Definitions for ATtiny11 *;* *;****************************************************************************;----------------------------------------------------------------------------; Memory LimitsRAMSTART equ 0x60,data ; start address SRAMRAMEND equ 0x5f,data ; end address SRAM (i.e. no SRAM)FLASHEND label 1023 ; end address Flashinclude "regtn112.inc"restoreendif ; __regtn11inc