aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/dict/core_4k.inc
blob: 6e083d5e218ed1c7b8b54eceb892bddb84e8ed5e (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
; 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"