MASM...
- Posted by Lutz Heitmann <Lutz_Heitmann at NF.MAUS.DE> Jan 08, 2001
- 505 views
-P25929@KI Hello Bernie, B>One way to use assembler in euphoria is to use Pete Eberlein's ASM.E I've downloaded that already. B>If you take a look at my MIXEDLIB.E you will find an example of how B>it can be used in Euphoria. I'll have a look at that, too. B>There is no direct way to use assembler in Euphoria except by B>pokeing and peeking in memory locations, and allocating a blocks of B>memory and poking in machine code. I know. Now I have two problems: I can't remember how the last version of my program works, tho it sure is pretty fast! ;) The assembler source code still works (I just recompiled it using Borland's Turbo Assembler), but that doesn't help much... My second problem is the "abundance of freedom". I used to use limited memory space, segmentation, absolut addresses, 16-bit-registers etc. I have a hard time, getting into "32-bit-thinking" with as much space as you could ever wish for, with new addressing modes, but you never know where you are in this (seemingly) unlimited space... Lutz.