Re: How do I write inline assembly code in Euphoria?
- Posted by Irv <irvm at ellijay.com> Oct 21, 2003
- 473 views
On Tuesday 21 October 2003 03:27 pm, Michael wrote: > Hi Everyone, > > I just want to know whether there is any way of > interfacing assembly language code to Euphoria on > Linux. That is replacing parts of euphoria code with > inline assembly code optimised for my processor. > > Can anyone let me know? Would it be enough to write the code in C, and link to it in Euphoria? That's pretty easy, and way simpler than trying to write directly in ASM. Irv