RAM Wordlist¶
It is a wordlist that is stored in RAM. At resets all content is lost. The ARM and RISC-V versions use it as the default compilation target. The AVR8 does not support it due to hardware restrictions, the MSP430 does not yet have one.
> : hi! ." hi!" ;
ok
> ram-wordlist show-wordlist
hi! ok
> cold
amforth 6.8 ...
> ram-wordlist show-wordlist
ok
>
Exceptions do not wipe the wordlist.