aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/preamble.inc
blob: 60275f9b86c62f5a90e2b67231f024ec29f6b834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; default settings for various options
; override them in the application specific
; control file. Do not edit this file.

; enable interrupt support. Still WiP thus disabled by default
.set WANT_INTERRUPTS = 0

; end of customization option

; header links
.set link = 0
.set envlink = 0

.include "device.asm"
.include "compat.inc"
.include "user.inc"