aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/user.inc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-26 20:31:40 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-26 20:31:40 +0200
commitd80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 (patch)
tree15962f3d8542ae182d88ac5913a3c4bfce6f2b03 /amforth-6.5/msp430/user.inc
parent530a312ee523a25e5df475341d201e5bb1296c41 (diff)
Remove AmForth
Diffstat (limited to 'amforth-6.5/msp430/user.inc')
-rw-r--r--amforth-6.5/msp430/user.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/amforth-6.5/msp430/user.inc b/amforth-6.5/msp430/user.inc
deleted file mode 100644
index 47a8995..0000000
--- a/amforth-6.5/msp430/user.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-; Layout of the user area
-;
-
- USER_STATE EQU 0 ; the task state, not the interpreter state
- USER_FOLLOWER EQU 2 ; used by multitasker
- USER_RP EQU 4
- USER_SP0 EQU 6
- USER_SP EQU 8
- USER_HANDLER EQU 10
- USER_BASE EQU 12
-
- USER_EMIT EQU 14
- USER_EMITQ EQU 16
- USER_KEY EQU 18
- USER_KEYQ EQU 20
-
- USER_SOURCE EQU 22
- USER_TO_IN EQU 24
- USER_REFILL EQU 26
-
-USER_P_OK EQU 28
-USER_P_ERR EQU 30
-USER_P_RDY EQU 32
-
- SYSUSERSIZE EQU 34