aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/dict/appl_4k.inc
blob: 8cc8451191a740b01bf3f81a73c318e5386b31ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.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"