aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/dict/compiler1.inc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-19 12:15:28 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-19 12:15:28 +0200
commit67d25d837ac55f28a366c0a3b262e439a6e75fc3 (patch)
treedf7715c7724c5935ab87c807f3b8b4ef529315e3 /amforth-6.5/avr8/dict/compiler1.inc
parente0d6784e89dba33226c0edb815bb974486fa7c48 (diff)
Add AmForth
Diffstat (limited to 'amforth-6.5/avr8/dict/compiler1.inc')
-rw-r--r--amforth-6.5/avr8/dict/compiler1.inc70
1 files changed, 70 insertions, 0 deletions
diff --git a/amforth-6.5/avr8/dict/compiler1.inc b/amforth-6.5/avr8/dict/compiler1.inc
new file mode 100644
index 0000000..7baa432
--- /dev/null
+++ b/amforth-6.5/avr8/dict/compiler1.inc
@@ -0,0 +1,70 @@
+
+.include "words/newest.asm"
+.include "words/latest.asm"
+.include "words/do-create.asm"
+.include "words/backslash.asm"
+.include "words/l-paren.asm"
+
+.include "words/compile.asm"
+.include "words/comma.asm"
+.include "words/brackettick.asm"
+
+
+.include "words/literal.asm"
+.include "words/sliteral.asm"
+.include "words/g-mark.asm"
+.include "words/g-resolve.asm"
+.include "words/l_mark.asm"
+.include "words/l_resolve.asm"
+
+.include "words/ahead.asm"
+.include "words/if.asm"
+.include "words/else.asm"
+.include "words/then.asm"
+.include "words/begin.asm"
+.include "words/while.asm"
+.include "words/repeat.asm"
+.include "words/until.asm"
+.include "words/again.asm"
+.include "words/do.asm"
+.include "words/loop.asm"
+.include "words/plusloop.asm"
+.include "words/leave.asm"
+.include "words/qdo.asm"
+.include "words/endloop.asm"
+; leave address stack
+.include "words/l-from.asm"
+.include "words/to-l.asm"
+.include "words/lp0.asm"
+.include "words/lp.asm"
+
+.include "words/create.asm"
+.include "words/header.asm"
+.include "words/wlscope.asm"
+.include "words/reveal.asm"
+.include "words/does.asm"
+.include "words/colon.asm"
+.include "words/colon-noname.asm"
+.include "words/semicolon.asm"
+.include "words/right-bracket.asm"
+.include "words/left-bracket.asm"
+.include "words/variable.asm"
+.include "words/constant.asm"
+.include "words/user.asm"
+
+.include "words/recurse.asm"
+.include "words/immediate.asm"
+
+.include "words/bracketchar.asm"
+.include "words/abort-string.asm"
+.include "words/abort.asm"
+.include "words/q-abort.asm"
+
+.include "words/get-stack.asm"
+.include "words/set-stack.asm"
+.include "words/map-stack.asm"
+.include "words/get-current.asm"
+.include "words/get-order.asm"
+.include "words/cfg-order.asm"
+.include "words/compare.asm"
+.include "words/nfa2lfa.asm"