Just an idea pls:
we will have only 3 dict_: 
dict_core.inc will contain (critical):
.include "words/int-on.asm"
.include "words/int-off.asm"
.include "words/int-restore.asm"
.include "words/exit.asm"
.include "words/execute.asm"
.include "words/dobranch.asm"
.include "words/docondbranch.asm"
.include "words/estore.asm"
.include "words/efetch.asm"
.include "words/istore.asm"
.include "words/istore_nrww.asm"
.include "words/ifetch.asm"


dict_appl_core.inc will contain:
all release words\*.asm (or subset for smaller chips)
plus other .asm from release (currently other dict_x)

dict_appl.inc will contain:
free - .asm as you want

Pito.


----- PŮVODNÍ ZPRÁVA -----
Od: "pito" <[email protected]>
Komu: [email protected], [email protected]
Předmět: Re: [Amforth-devel] How TO - dict_x for bigger atmegas
Datum: 19.9.2010 - 20:04:14

> Matthias, 
> 
> dict_appl_core.inc contains:
> 
> .include "dict_core.inc"
> .include "words/estore.asm"
> .include "words/efetch.asm"
> 
> .include "words/istore.asm"
> .include "words/istore_nrww.asm"
> .include "words/ifetch.asm"
> 
> This seems to be critical words..
> 
> and dict_core.inc contains:
> 
> ; this part of the dictionay has to fit into the
> nrww flash
> ; section together with the forth inner
> interpreter
> .include "words/int-on.asm"
> .include "words/int-off.asm"
> .include "words/int-restore.asm"
> 
> .include "words/exit.asm"
> .include "words/execute.asm"
> .include "words/dobranch.asm"
> .include "words/docondbranch.asm"
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> + lot of other words...............
> ...............
> 
> 
> Q: the above requirement "this part of the .." is
> valid for the
> whole content of dict_core.inc or it is valid only
> for the first
> ";;;;;;;;;;;;;;" so the first 7 words? All except
> the first 7 words
> is up to the user how it is defined? 
> Q: could be that "+ lot of other words"  replaced
> by the whole
> \words\*.asm for example (in an inteligent way of
> course)?
> 
> The dict_appl.inc is then basically empty and the
> user can put there
> e.g. his new words..
> P.
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> > Start uncovering the many advantages of virtual
> appliances
> and start using them to simplify application
> deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Amforth-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amforth-devel



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to