How to execute machine language from memory?

Posted by Mike Curry on Stack Overflow See other posts from Stack Overflow or by Mike Curry
Published on 2010-05-20T12:20:01Z Indexed on 2010/05/20 12:30 UTC
Read the original article Hit count: 194

Filed under:
|
|

I wrote a program to compile a simple text program to a compiled executable... Is it possible that I can load an executable to memory an some how point a pc counter to the memory space at will?

Here is what I made that I would like to store the programs to memory for execution on demand... Kind of wanting to make a little web language like php but compile it... Just for learning.

http://spiceycurry.blogspot.com/2010/05/simple-compilable-programming-language.html

© Stack Overflow or respective owner

Related posts about python

Related posts about assembler