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/avr8/dict/appl_2k.inc | 175 ----------------------------------- amforth-6.5/avr8/dict/appl_4k.inc | 81 ---------------- amforth-6.5/avr8/dict/appl_8k.inc | 1 - amforth-6.5/avr8/dict/compiler1.inc | 70 -------------- amforth-6.5/avr8/dict/compiler2.inc | 19 ---- amforth-6.5/avr8/dict/core_2k.inc | 2 - amforth-6.5/avr8/dict/core_4k.inc | 98 -------------------- amforth-6.5/avr8/dict/core_8k.inc | 180 ------------------------------------ amforth-6.5/avr8/dict/interrupt.inc | 16 ---- amforth-6.5/avr8/dict/nrww.inc | 114 ----------------------- amforth-6.5/avr8/dict/rww.inc | 16 ---- 11 files changed, 772 deletions(-) delete mode 100644 amforth-6.5/avr8/dict/appl_2k.inc delete mode 100644 amforth-6.5/avr8/dict/appl_4k.inc delete mode 100644 amforth-6.5/avr8/dict/appl_8k.inc delete mode 100644 amforth-6.5/avr8/dict/compiler1.inc delete mode 100644 amforth-6.5/avr8/dict/compiler2.inc delete mode 100644 amforth-6.5/avr8/dict/core_2k.inc delete mode 100644 amforth-6.5/avr8/dict/core_4k.inc delete mode 100644 amforth-6.5/avr8/dict/core_8k.inc delete mode 100644 amforth-6.5/avr8/dict/interrupt.inc delete mode 100644 amforth-6.5/avr8/dict/nrww.inc delete mode 100644 amforth-6.5/avr8/dict/rww.inc (limited to 'amforth-6.5/avr8/dict') diff --git a/amforth-6.5/avr8/dict/appl_2k.inc b/amforth-6.5/avr8/dict/appl_2k.inc deleted file mode 100644 index 40f6ec3..0000000 --- a/amforth-6.5/avr8/dict/appl_2k.inc +++ /dev/null @@ -1,175 +0,0 @@ -.include "words/d-2star.asm" -.include "words/d-2slash.asm" -.include "words/d-plus.asm" -.include "words/d-minus.asm" -.include "words/d-invert.asm" -.include "words/u-dot.asm" -.include "words/u-dot-r.asm" - -.include "words/show-wordlist.asm" -.include "words/words.asm" -.include "dict/interrupt.inc" - -.include "words/pick.asm" -.include "words/dot-quote.asm" -.include "words/squote.asm" - -.include "words/fill.asm" -.include "dict/compiler1.inc" - -.include "words/environment.asm" -.include "words/env-wordlists.asm" -.include "words/env-slashpad.asm" -.include "words/env-slashhold.asm" -.include "words/env-forthname.asm" -.include "words/env-forthversion.asm" -.include "words/env-cpu.asm" -.include "words/env-mcuinfo.asm" -.include "words/env-usersize.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/f_cpu.asm" -.include "words/state.asm" -.include "words/base.asm" - -.include "words/cells.asm" -.include "words/cellplus.asm" - -.include "words/2dup.asm" -.include "words/2drop.asm" - -.include "words/tuck.asm" - -.include "words/to-in.asm" -.include "words/pad.asm" -.include "words/emit.asm" -.include "words/emitq.asm" -.include "words/key.asm" -.include "words/keyq.asm" - -.include "words/dp.asm" -.include "words/ehere.asm" -.include "words/here.asm" -.include "words/allot.asm" - -.include "words/bin.asm" -.include "words/decimal.asm" -.include "words/hex.asm" -.include "words/bl.asm" - -.include "words/turnkey.asm" - -.include "words/slashmod.asm" -.include "words/uslashmod.asm" -.include "words/negate.asm" -.include "words/slash.asm" -.include "words/mod.asm" -.include "words/abs.asm" -.include "words/min.asm" -.include "words/max.asm" -.include "words/within.asm" - -.include "words/to-upper.asm" -.include "words/to-lower.asm" -;;;;;;;;;;;;;;;;;;;;;; -.include "words/hld.asm" -.include "words/hold.asm" -.include "words/less-sharp.asm" ; <# -.include "words/sharp.asm" -.include "words/sharp-s.asm" -.include "words/sharp-greater.asm" ; #> -.include "words/sign.asm" -.include "words/d-dot-r.asm" -.include "words/dot-r.asm" -.include "words/d-dot.asm" -.include "words/dot.asm" -.include "words/ud-dot.asm" -.include "words/ud-dot-r.asm" -.include "words/ud-slash-mod.asm" -.include "words/digit-q.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/do-sliteral.asm" -.include "words/scomma.asm" -.include "words/itype.asm" -.include "words/icount.asm" -.include "words/cr.asm" -.include "words/space.asm" -.include "words/spaces.asm" -.include "words/type.asm" -.include "words/tick.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/handler.asm" -.include "words/catch.asm" -.include "words/throw.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/cskip.asm" -.include "words/cscan.asm" -.include "words/accept.asm" -.include "words/refill.asm" -.include "words/char.asm" -.include "words/number.asm" -.include "words/q-sign.asm" -.include "words/set-base.asm" -.include "words/to-number.asm" -.include "words/parse.asm" -.include "words/source.asm" -.include "words/slash-string.asm" -.include "words/parse-name.asm" -.include "words/find-xt.asm" - -.include "words/quit.asm" -.include "words/prompt-ok.asm" -.include "words/prompt-ready.asm" -.include "words/prompt-error.asm" -.include "words/pause.asm" -.include "words/cold.asm" -.include "words/warm.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/sp0.asm" -.include "words/rp0.asm" -.include "words/depth.asm" -.include "words/recognize.asm" -.include "words/forth-recognizer.asm" -.include "words/interpret.asm" -.include "words/rec-intnum.asm" -.include "words/rec-find.asm" -.include "words/dt-null.asm" - -.include "words/q-stack.asm" -.include "words/ver.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/noop.asm" -.include "words/unused.asm" - -.include "words/to.asm" -.include "words/i-cellplus.asm" - -.include "words/edefer-fetch.asm" -.include "words/edefer-store.asm" -.include "words/rdefer-fetch.asm" -.include "words/rdefer-store.asm" -.include "words/udefer-fetch.asm" -.include "words/udefer-store.asm" -.include "words/defer-store.asm" -.include "words/defer-fetch.asm" -.include "words/do-defer.asm" - -.include "words/search-wordlist.asm" -.include "words/traverse-wordlist.asm" -.include "words/name2string.asm" -.include "words/nfa2cfa.asm" -.include "words/icompare.asm" - -.include "words/star.asm" -.include "words/j.asm" - -.include "words/dabs.asm" -.include "words/dnegate.asm" -.include "words/cmove.asm" -.include "words/2swap.asm" - -.include "words/tib.asm" - -.include "words/init-ram.asm" -.include "words/bounds.asm" -.include "words/s-to-d.asm" -.include "words/to-body.asm" diff --git a/amforth-6.5/avr8/dict/appl_4k.inc b/amforth-6.5/avr8/dict/appl_4k.inc deleted file mode 100644 index 8cc8451..0000000 --- a/amforth-6.5/avr8/dict/appl_4k.inc +++ /dev/null @@ -1,81 +0,0 @@ -.include "words/ver.asm" - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/noop.asm" -.include "words/unused.asm" -.include "words/to.asm" -.include "words/i-cellplus.asm" -.include "words/icompare.asm" -.include "words/star.asm" -.include "words/j.asm" -.include "words/dabs.asm" -.include "words/dnegate.asm" -.include "words/cmove.asm" -.include "words/2swap.asm" -.include "words/tib.asm" -.include "words/init-ram.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - - -.include "words/environment.asm" -.include "words/env-wordlists.asm" -.include "words/env-slashpad.asm" -.include "words/env-slashhold.asm" -.include "words/env-forthname.asm" -.include "words/env-forthversion.asm" -.include "words/env-cpu.asm" -.include "words/env-mcuinfo.asm" -.include "words/env-usersize.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/hld.asm" -.include "words/hold.asm" -.include "words/less-sharp.asm" ; <# -.include "words/sharp.asm" -.include "words/sharp-s.asm" -.include "words/sharp-greater.asm" ; #> -.include "words/sign.asm" -.include "words/d-dot-r.asm" -.include "words/dot-r.asm" -.include "words/d-dot.asm" -.include "words/dot.asm" -.include "words/ud-dot.asm" -.include "words/ud-dot-r.asm" -.include "words/ud-slash-mod.asm" -.include "words/digit-q.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/do-sliteral.asm" -.include "words/scomma.asm" -.include "words/itype.asm" -.include "words/icount.asm" -.include "words/type.asm" -.include "words/tick.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/cskip.asm" -.include "words/cscan.asm" -.include "words/accept.asm" -.include "words/refill.asm" -.include "words/char.asm" -.include "words/number.asm" -.include "words/q-sign.asm" -.include "words/set-base.asm" -.include "words/to-number.asm" -.include "words/parse.asm" -.include "words/source.asm" -.include "words/slash-string.asm" -.include "words/parse-name.asm" -.include "words/sp0.asm" -.include "words/rp0.asm" -.include "words/depth.asm" -.include "words/forth-recognizer.asm" -.include "words/recognize.asm" -.include "words/interpret.asm" -.include "words/rec-intnum.asm" -.include "words/rec-find.asm" -.include "words/dt-null.asm" -.include "words/search-wordlist.asm" -.include "words/traverse-wordlist.asm" -.include "words/name2string.asm" -.include "words/nfa2cfa.asm" -.include "words/find-xt.asm" - -.include "dict/compiler1.inc" diff --git a/amforth-6.5/avr8/dict/appl_8k.inc b/amforth-6.5/avr8/dict/appl_8k.inc deleted file mode 100644 index bfedb0a..0000000 --- a/amforth-6.5/avr8/dict/appl_8k.inc +++ /dev/null @@ -1 +0,0 @@ -.include "dict/compiler1.inc" diff --git a/amforth-6.5/avr8/dict/compiler1.inc b/amforth-6.5/avr8/dict/compiler1.inc deleted file mode 100644 index 7baa432..0000000 --- a/amforth-6.5/avr8/dict/compiler1.inc +++ /dev/null @@ -1,70 +0,0 @@ - -.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" diff --git a/amforth-6.5/avr8/dict/compiler2.inc b/amforth-6.5/avr8/dict/compiler2.inc deleted file mode 100644 index 5d06a55..0000000 --- a/amforth-6.5/avr8/dict/compiler2.inc +++ /dev/null @@ -1,19 +0,0 @@ -; words from this file are optional. They can be -; included almost independently from each other -; on a include-per-use basis -; -.if DICT_COMPILER2 == 0 -.set DICT_COMPILER2 = 1 - -.include "words/set-current.asm" -.include "words/wordlist.asm" - -.include "words/forth-wordlist.asm" -.include "words/set-order.asm" -.include "words/set-recognizer.asm" -.include "words/get-recognizer.asm" -.include "words/code.asm" -.include "words/end-code.asm" -.include "words/marker.asm" -.include "words/postpone.asm" -.endif diff --git a/amforth-6.5/avr8/dict/core_2k.inc b/amforth-6.5/avr8/dict/core_2k.inc deleted file mode 100644 index 5ac1e93..0000000 --- a/amforth-6.5/avr8/dict/core_2k.inc +++ /dev/null @@ -1,2 +0,0 @@ -; this file contains nothing -; \ No newline at end of file diff --git a/amforth-6.5/avr8/dict/core_4k.inc b/amforth-6.5/avr8/dict/core_4k.inc deleted file mode 100644 index 6e083d5..0000000 --- a/amforth-6.5/avr8/dict/core_4k.inc +++ /dev/null @@ -1,98 +0,0 @@ -; first the assembly words to keep them -; in a short distance to DO_NEXT -.include "words/n_to_r.asm" -.include "words/n_r_from.asm" -.include "words/d-2star.asm" -.include "words/d-2slash.asm" -.include "words/d-plus.asm" -.include "words/d-minus.asm" -.include "words/d-invert.asm" -.include "words/slashmod.asm" -.include "words/abs.asm" -.include "words/pick.asm" -.include "words/cellplus.asm" -.include "dict/interrupt.inc" - -; now the relocatable colon words -.include "words/prompt-ok.asm" -.include "words/prompt-ready.asm" -.include "words/prompt-error.asm" - -.include "words/quit.asm" -.include "words/pause.asm" -.include "words/cold.asm" -.include "words/warm.asm" - -.include "words/handler.asm" -.include "words/catch.asm" -.include "words/throw.asm" - - -.include "words/edefer-fetch.asm" -.include "words/edefer-store.asm" -.include "words/rdefer-fetch.asm" -.include "words/rdefer-store.asm" -.include "words/udefer-fetch.asm" -.include "words/udefer-store.asm" -.include "words/defer-store.asm" -.include "words/defer-fetch.asm" -.include "words/do-defer.asm" - -.include "words/u-dot.asm" -.include "words/u-dot-r.asm" - -;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/uslashmod.asm" -.include "words/negate.asm" -.include "words/slash.asm" -.include "words/mod.asm" - -.include "words/min.asm" -.include "words/max.asm" -.include "words/within.asm" - -.include "words/show-wordlist.asm" -.include "words/words.asm" - -.include "words/dot-quote.asm" -.include "words/squote.asm" -.include "words/fill.asm" - -.include "words/f_cpu.asm" -.include "words/state.asm" -.include "words/base.asm" - -.include "words/cells.asm" - -.include "words/2dup.asm" -.include "words/2drop.asm" -.include "words/tuck.asm" - -.include "words/to-in.asm" -.include "words/pad.asm" -.include "words/emit.asm" -.include "words/emitq.asm" -.include "words/key.asm" -.include "words/keyq.asm" - -.include "words/dp.asm" -.include "words/ehere.asm" -.include "words/here.asm" -.include "words/allot.asm" - -.include "words/bin.asm" -.include "words/decimal.asm" -.include "words/hex.asm" -.include "words/bl.asm" - -.include "words/turnkey.asm" -.include "words/to-upper.asm" -.include "words/to-lower.asm" - -.include "words/q-stack.asm" -.include "words/bounds.asm" -.include "words/cr.asm" -.include "words/space.asm" -.include "words/spaces.asm" -.include "words/s-to-d.asm" -.include "words/to-body.asm" diff --git a/amforth-6.5/avr8/dict/core_8k.inc b/amforth-6.5/avr8/dict/core_8k.inc deleted file mode 100644 index ed5b805..0000000 --- a/amforth-6.5/avr8/dict/core_8k.inc +++ /dev/null @@ -1,180 +0,0 @@ - -.include "words/n_to_r.asm" -.include "words/n_r_from.asm" - -.include "words/d-2star.asm" -.include "words/d-2slash.asm" -.include "words/d-plus.asm" -.include "words/d-minus.asm" -.include "words/d-invert.asm" -.include "words/u-dot.asm" -.include "words/u-dot-r.asm" - -.include "words/show-wordlist.asm" -.include "words/words.asm" -.include "dict/interrupt.inc" - -.include "words/pick.asm" -.include "words/dot-quote.asm" -.include "words/squote.asm" - -.include "words/fill.asm" - -.include "words/environment.asm" -.include "words/env-wordlists.asm" -.include "words/env-slashpad.asm" -.include "words/env-slashhold.asm" -.include "words/env-forthname.asm" -.include "words/env-forthversion.asm" -.include "words/env-cpu.asm" -.include "words/env-mcuinfo.asm" -.include "words/env-usersize.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/f_cpu.asm" -.include "words/state.asm" -.include "words/base.asm" - -.include "words/cells.asm" -.include "words/cellplus.asm" - -.include "words/2dup.asm" -.include "words/2drop.asm" - -.include "words/tuck.asm" - -.include "words/to-in.asm" -.include "words/pad.asm" -.include "words/emit.asm" -.include "words/emitq.asm" -.include "words/key.asm" -.include "words/keyq.asm" - -.include "words/dp.asm" -.include "words/ehere.asm" -.include "words/here.asm" -.include "words/allot.asm" - -.include "words/bin.asm" -.include "words/decimal.asm" -.include "words/hex.asm" -.include "words/bl.asm" - -.include "words/turnkey.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/slashmod.asm" -.include "words/uslashmod.asm" -.include "words/negate.asm" -.include "words/slash.asm" -.include "words/mod.asm" -.include "words/abs.asm" -.include "words/min.asm" -.include "words/max.asm" -.include "words/within.asm" - -.include "words/to-upper.asm" -.include "words/to-lower.asm" -;;;;;;;;;;;;;;;;;;;;;; -.include "words/hld.asm" -.include "words/hold.asm" -.include "words/less-sharp.asm" ; <# -.include "words/sharp.asm" -.include "words/sharp-s.asm" -.include "words/sharp-greater.asm" ; #> -.include "words/sign.asm" -.include "words/d-dot-r.asm" -.include "words/dot-r.asm" -.include "words/d-dot.asm" -.include "words/dot.asm" -.include "words/ud-dot.asm" -.include "words/ud-dot-r.asm" -.include "words/ud-slash-mod.asm" -.include "words/digit-q.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/do-sliteral.asm" -.include "words/scomma.asm" -.include "words/itype.asm" -.include "words/icount.asm" -.include "words/cr.asm" -.include "words/space.asm" -.include "words/spaces.asm" -.include "words/type.asm" -.include "words/tick.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/handler.asm" -.include "words/catch.asm" -.include "words/throw.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/cskip.asm" -.include "words/cscan.asm" -.include "words/accept.asm" -.include "words/refill.asm" -.include "words/char.asm" -.include "words/number.asm" -.include "words/q-sign.asm" -.include "words/set-base.asm" -.include "words/to-number.asm" -.include "words/parse.asm" -.include "words/source.asm" -.include "words/slash-string.asm" -.include "words/parse-name.asm" -.include "words/find-xt.asm" - -.include "words/prompt-ok.asm" -.include "words/prompt-ready.asm" -.include "words/prompt-error.asm" - -.include "words/quit.asm" -.include "words/pause.asm" -.include "words/cold.asm" -.include "words/warm.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/sp0.asm" -.include "words/rp0.asm" -.include "words/depth.asm" -.include "words/interpret.asm" -.include "words/forth-recognizer.asm" -.include "words/recognize.asm" -.include "words/rec-intnum.asm" -.include "words/rec-find.asm" -.include "words/dt-null.asm" - -.include "words/q-stack.asm" -.include "words/ver.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/noop.asm" -.include "words/unused.asm" - -.include "words/to.asm" -.include "words/i-cellplus.asm" - -.include "words/edefer-fetch.asm" -.include "words/edefer-store.asm" -.include "words/rdefer-fetch.asm" -.include "words/rdefer-store.asm" -.include "words/udefer-fetch.asm" -.include "words/udefer-store.asm" -.include "words/defer-store.asm" -.include "words/defer-fetch.asm" -.include "words/do-defer.asm" - -.include "words/search-wordlist.asm" -.include "words/traverse-wordlist.asm" -.include "words/name2string.asm" -.include "words/nfa2cfa.asm" -.include "words/icompare.asm" - -.include "words/star.asm" -.include "words/j.asm" - -.include "words/dabs.asm" -.include "words/dnegate.asm" -.include "words/cmove.asm" -.include "words/2swap.asm" - -.include "words/tib.asm" - -.include "words/init-ram.asm" -.include "dict/compiler2.inc" -.include "words/bounds.asm" -.include "words/s-to-d.asm" -.include "words/to-body.asm" diff --git a/amforth-6.5/avr8/dict/interrupt.inc b/amforth-6.5/avr8/dict/interrupt.inc deleted file mode 100644 index a22c9b5..0000000 --- a/amforth-6.5/avr8/dict/interrupt.inc +++ /dev/null @@ -1,16 +0,0 @@ - -.if WANT_INTERRUPTS == 1 - -.if WANT_INTERRUPT_COUNTERS == 1 - .include "words/irqcnt.asm" -.endif - -.include "words/int-on.asm" -.include "words/int-off.asm" -.include "words/int-store.asm" -.include "words/int-fetch.asm" -.include "words/int-trap.asm" - -.include "words/isr-exec.asm" -.include "words/isr-end.asm" -.endif diff --git a/amforth-6.5/avr8/dict/nrww.inc b/amforth-6.5/avr8/dict/nrww.inc deleted file mode 100644 index b46c307..0000000 --- a/amforth-6.5/avr8/dict/nrww.inc +++ /dev/null @@ -1,114 +0,0 @@ -; this part of the dictionay has to fit into the nrww flash -; section together with the forth inner interpreter - -.include "words/exit.asm" -.include "words/execute.asm" -.include "words/dobranch.asm" -.include "words/docondbranch.asm" - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/doliteral.asm" -.include "words/dovariable.asm" -.include "words/doconstant.asm" -.include "words/douser.asm" -.include "words/do-value.asm" -.include "words/fetch.asm" -.include "words/store.asm" -.include "words/cstore.asm" -.include "words/cfetch.asm" -.include "words/fetch-u.asm" -.include "words/store-u.asm" - -;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/dup.asm" -.include "words/qdup.asm" -.include "words/swap.asm" -.include "words/over.asm" -.include "words/drop.asm" -.include "words/rot.asm" -.include "words/nip.asm" -;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/r_from.asm" -.include "words/to_r.asm" -.include "words/r_fetch.asm" - - -.include "words/not-equal.asm" -.include "words/equalzero.asm" -.include "words/lesszero.asm" -.include "words/greaterzero.asm" -.include "words/d-greaterzero.asm" -.include "words/d-lesszero.asm" - -.include "words/true.asm" -.include "words/zero.asm" -.include "words/uless.asm" -.include "words/u-greater.asm" -.include "words/less.asm" -.include "words/greater.asm" - -.include "words/log2.asm" -.include "words/minus.asm" -.include "words/plus.asm" -.include "words/mstar.asm" -.include "words/umslashmod.asm" -.include "words/umstar.asm" - -.include "words/invert.asm" -.include "words/2slash.asm" -.include "words/2star.asm" -.include "words/and.asm" -.include "words/or.asm" -.include "words/xor.asm" - -.include "words/1plus.asm" -.include "words/1minus.asm" -.include "words/q-negate.asm" -.include "words/lshift.asm" -.include "words/rshift.asm" -.include "words/plusstore.asm" -;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/rpfetch.asm" -.include "words/rpstore.asm" -.include "words/spfetch.asm" -.include "words/spstore.asm" - -.include "words/dodo.asm" -.include "words/i.asm" -.include "words/doplusloop.asm" -.include "words/doloop.asm" -.include "words/unloop.asm" - -;;;;;;;;;;;;;;;;;;;;;;;;;;; - -.include "words/cmove_g.asm" -.include "words/byteswap.asm" -.include "words/up.asm" -.include "words/1ms.asm" -.include "words/2to_r.asm" -.include "words/2r_from.asm" - -.include "words/store-e.asm" -.include "words/fetch-e.asm" -.include "words/store-i.asm" -.if FLASHEND > $10000 - .include "words/store-i_big.asm" -.else - .include "words/store-i_nrww.asm" -.endif -.include "words/fetch-i.asm" - -.if AMFORTH_NRWW_SIZE>8000 -.include "dict/core_8k.inc" -.elif AMFORTH_NRWW_SIZE>4000 -.include "dict/core_4k.inc" -.elif AMFORTH_NRWW_SIZE>2000 -.include "dict/core_2k.inc" -.else -.error "AMFORTH_NRWW_SIZE too small, cannot continue" -.endif -; now colon words -;;;;;;;;;;;;;;;;;;;;;;;; -.include "words/2literal.asm" -.include "words/equal.asm" -.include "words/num-constants.asm" diff --git a/amforth-6.5/avr8/dict/rww.inc b/amforth-6.5/avr8/dict/rww.inc deleted file mode 100644 index a9ab0df..0000000 --- a/amforth-6.5/avr8/dict/rww.inc +++ /dev/null @@ -1,16 +0,0 @@ -.include "words/mplus.asm" -.include "words/ud-star.asm" -.include "words/umax.asm" -.include "words/umin.asm" -.include "words/immediate-q.asm" -.include "words/name2flags.asm" - -.if AMFORTH_NRWW_SIZE > 8000 -.include "dict/appl_8k.inc" -.elif AMFORTH_NRWW_SIZE > 4000 -.include "dict/appl_4k.inc" -.elif AMFORTH_NRWW_SIZE > 2000 -.include "dict/appl_2k.inc" -.else -.error "AMFORTH_NRWW_SIZE too small. Cannot continue" -.endif -- cgit v1.2.3