Marcin, thanks! Pito

----- PŮVODNÍ ZPRÁVA -----
Od: "Marcin Cieslak" <[email protected]>
Komu: "Everything around amforth"
<[email protected]>
Předmět: Re: [Amforth-devel] Word header in asm
Datum: 15.9.2010 - 10:01:59

> 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
> [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