1. RE: How do I write inline assembly code in Euphoria?

Michael:
	Inline assembly code is not available in Euphoria.
       You can use assembly code in-directly but not in-line.
       You might be able to do what you want by using the translator.
Bernie

new topic     » topic index » view message » categorize

2. RE: How do I write inline assembly code in Euphoria?

I'm not an assembly guru so what's the difference between "in-line" and 
"in-directly"?

Bernard W. Ryan wrote:
> 
> 
> Michael:
> 	Inline assembly code is not available in Euphoria.
>        You can use assembly code in-directly but not in-line.
>        You might be able to do what you want by using the translator.
> Bernie
>  
>

new topic     » goto parent     » topic index » view message » categorize

3. RE: How do I write inline assembly code in Euphoria?

>I'm not an assembly guru so what's the difference between "in-line" and 
>"in-directly"?

Brian:
   in-line means to patch the assembler code directly into
   program flow at an exact given point when the code is translated from
   a high-level langauge into its final assembler langauge run-time code.
   
   I ment by "in-directly" being able to poke the code into
   memory and then calling that memory location which is not the
   samething because you are calling a sub-routine.   
Bernie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu