Hi Jan,
> What are the replacements for c, and c@ in amForth?
They are available: c, and c@
first from lib/ans94/ans.frt
and the second one as an assembly
primitve in core/words
You should be aware that they operate
on different memories: c, writes
to flash (dictionary) and c@ reads
from RAM locations.
Matthias
|