From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/msp430/user.inc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 amforth-6.5/msp430/user.inc (limited to 'amforth-6.5/msp430/user.inc') 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 -- cgit v1.2.3