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

new topic     » goto parent     » topic index » view thread      » older message » newer message

>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 thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu