From: Kalus M. <mic...@on...> - 2010-09-16 01:01:14
|
Hi. Here is an explanation example. Comments wellcome. http://dl.dropbox.com/u/1170761/2dup.asm Michael Am 15.09.2010 um 10:01 schrieb Marcin Cieslak: > 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 > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |