Top secrets sources NedoPC pentevo

Rev

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

                ifndef  __regm640inc
__regm640inc    equ     1
                save
                listing off   ; no listing over this file

;****************************************************************************
;*                                                                          *
;*   AS 1.42 - File REGM640.INC                                             *
;*                                                                          *
;*   Contains Bit & Register Definitions for ATmega640                      *
;*                                                                          *
;****************************************************************************

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

E2END           equ     4095
RAMSTART        equ     0x200,data
RAMEND          equ     0x21ff,data
FLASHEND        label   0xffff

ATmegaxx0       equ     1
                include "regmxx01.inc"

                restore                 ; re-enable listing

                endif                   ; __regm640inc