aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/devices/msp430f5529/device.asm
blob: 22112b1c9cec86d156ee7babc61c7948adb68965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; device specific 
.include "msp430f5529.inc"  ; MCU-specific register equates

RAMSTART equ 2400h
RAMEND   equ 4400h
INFOSTART  equ 01800h
INFOEND    equ 0198Fh     ; do not allow config flash to be erased
FLASHSTART equ 04400h
FLASHEND   equ 0DFFFh
MAINSEG    equ 512
INFOSEG    equ 64
INFO_SIZE  equ 128    ; bytes

.org 0FFFEh

        DC16  reset       ; FFFE - Reset