On Tue, 17 Aug 2010, pito wrote:

> Hi Marcin,
> let me ask you kindly following - there is an original 2x.frt
> library in amforth 4.0 with similar words - your lib is written in
> assembler - is this the same as the original (just rewritten to asm)
> or a new one?

Yes, those are written in assembler - ready to be compiled into
the image during the assembly stage (so I don't need to upload them).
I don't see 2x.frt in the current repository - but I have found
it in the Lubos' 30mFC12 library.

> So when I rename the file to 2x.asm can I include it into
> dictionaries when compile the amforth?

Yes, I am using a set of separate files called 2constant.asm,
2drop.asm etc.

> PS: there is a lot of other optimised words (in assembler ones) in
> Lubos Pekny's 30mFC12 library - what about to somehow consolidate
> everything available into a "the best of.." library in asm..? Pito

I didn't know that. I'm having a look at it, that seems useful, thank
you. Fortunately I think I can read some Czech :)

--Marcin

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Amforth-devel mailing list
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to