Re: boot strapping euphoria idea
- Posted by Ekhnat0n Feb 13, 2015
- 1904 views
Why not port the Eu-routines to 86/86-64/68K/ARM-assembly languages right away
using a code as readable as Eu-code BUT different enough to prevent confusion?
By porting it to asm directly (and optimising THAT code for speed or versatility
just which one would be preferred)
or better yet
both speedy and versatile options of the commands would become available,
simply by adding S or V to the routine's name.
eg printS(...) and printV(...)