Assembly routines
- Posted by James Powell <Wizard at DJO.COM> Apr 12, 1997
- 916 views
Here are some questions that may have already been answered: 1. When using an assembly routine in Euphoria, is it interpreted like the rest of the program, or does Euphoria actually release control to the assembly function? 2. Euphoria uses protected mode (I think). Is an assembly routine in a Euphoria program also run in protected mode, or is the computer switched to real mode before the assembly is run, and switched back to protected mode when the assembly returns? 3. Is it possible to pass data back and forth between an assembly function and the Euphoria program? 4. Um, I forgot #4. :) Any info would be appreciated. James Powell