C
Chris Cranford
Can someone point me in the direction of resources, existing classes, or open
source examples which illustrate writing a virtual machine environment in
C/C++...
My goal is to write a complete basic-language byte-code compiler in C++ to
write compressed byte-code images in a specified format that later can be
loaded by a virtual machine in C++ to execute each byte-code/op-code in
memory.
Thanks,
Chris
---
source examples which illustrate writing a virtual machine environment in
C/C++...
My goal is to write a complete basic-language byte-code compiler in C++ to
write compressed byte-code images in a specified format that later can be
loaded by a virtual machine in C++ to execute each byte-code/op-code in
memory.
Thanks,
Chris
---