aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/msp430/words/itype.asm
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/msp430/words/itype.asm')
-rw-r--r--amforth-6.5/msp430/words/itype.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/amforth-6.5/msp430/words/itype.asm b/amforth-6.5/msp430/words/itype.asm
new file mode 100644
index 0000000..68a032e
--- /dev/null
+++ b/amforth-6.5/msp430/words/itype.asm
@@ -0,0 +1,6 @@
+;Z ITYPE c-addr +n -- type line to term'l
+; ?DUP IF from Code space
+; OVER + XT_SWAP DO I IC@ EMIT LOOP
+; ELSE DROP THEN ;
+ HEADER(XT_ITYPE,5,"itype",DOCOLON)
+ DW XT_TYPE,XT_EXIT