aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/avr8/dict/rww.inc
blob: a9ab0dfc8894ac6bbf432165ab3b9e53615ea21f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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