|
From: Matthias T. <mt...@we...> - 2010-09-17 16:38:01
|
Marcin,
while checking all the old mails, i came across yours
(and sorry for the delay, better late than never...)
> Small tidbits from 4.1:
all of them are now fixed. Thank you
> .include "words/2literal.asm"
> .include "words/2to_r.asm"
> .include "words/2r_from.asm"
> could go into some separate dict file for easy inclusion
> ("dict_2x.inc" ?). They use rjmp, so I include them in
> my high memory (dict_appl_core.inc)
the rjmp can be changed easily, the dict_2x is worth a try?
maybe....
> I tried to add "tibsize.asm", but it complains that we
> have no EE_TIBSIZE. It seems that there is no such thing.
The size of the terminal input buffer is a compile time constant,
it should go to an environment? query.. deleted for now, no-one could
have used it anyway
Matthias
|