On Wed, 15 Sep 2010, pito wrote:

> Hi,
> is there any expalnation available on what these
> .dw $ff03    ;

High byte:
   $75 means the word is immediate word
   $ff means the word is about to compiled normally

Low byte:
   $03 is a length of the word name in bytes that follows

See core/words/docreate.asm, core/words/immediate.asm
how its modified, and core/words/search-wordlist.asm
how it's used.

> ff02 ff05 in the header of a ams word definition means? And if
> important, how is the implication when writing words in asm? Thanks,
> Pito

//Marcin

PS. I am working on the f/ you sent me yesterday.

------------------------------------------------------------------------------
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
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to