1. Bernie, Premature thanks
Not your fault but the *updated* version on Pete's website is actually older
than the one in the archive.
Anyway, the *call* in fputest.ex is an Eu call _not_ an assembly one.
If I couldn't do an Eu *call* I wouldn't be able to call my assembly routine
to find out that my asm *call* wasn't working.
You're call
Terry
2. Re: Bernie, Premature thanks
Terry
I see what you mean when I try assembling a call it dosen't work.
The assembler is limited ( no EQU, $, ORG, etc ).
I think that Euphoria should have a way to call machine langauge
program that passes parameters on the stack. Then we wouldn't need
to do all the peeking, poking, and conversions. The assembler could
be written using GNU assembler into object that can be poked into memory
and called from euphoria just as we can in WIN32 c functions.
Bernie