aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/compat.inc
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/compat.inc')
-rw-r--r--amforth-6.5/msp430/compat.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/amforth-6.5/msp430/compat.inc b/amforth-6.5/msp430/compat.inc
new file mode 100644
index 0000000..56f4e48
--- /dev/null
+++ b/amforth-6.5/msp430/compat.inc
@@ -0,0 +1,11 @@
+
+; a temporary hack until all words got migrated
+
+ XT_FETCHE EQU XT_FETCH
+ XT_STOREE EQU XT_STORE
+
+ XT_TRUE EQU XT_MINUSONE
+ XT_ICOMPARE EQU XT_COMPARE
+
+ XT_CFGDEFERFETCH EQU XT_RDEFERFETCH
+ XT_CFGDEFERSTORE EQU XT_RDEFERSTORE