Stack Virtual Machine on C/AL
This is simple stack virtual machine on C/AL. Include the compiler for virtual assembler and the virtual machine as execution environment (with a tiny debugger).
http://www.mibuso.com/dlinfo.asp?FileID=835
Discuss this download here.
Comments
I looks interesting, but what is it?
Can one execute Virtual Machines??
Best regards
Henrik
Henrik Ohm
Sorry just I has a desire but ... a little time for this project (time between main job) :evil:
I must be created a function for load and compilation assembler source from file but stopped on Demo codeunits. This codeunit hold same examples on the virtual assembler and example multipass compilation it. May be I will find a time for this project in future. I want will create a translator from basic to virtual assembler. May be you have same interesting ideas...
p.s. while the assembler specification in my head but it very simply...
This is simple stack virtual machine on C/AL. Include the compiler for virtual assembler and the virtual machine as execution environment (with a tiny debugger).
Version v2:
Added some functions:
- load from assembler source file
- load from binary file
- save to binary file
http://www.mibuso.com/dlinfo.asp?FileID=835
Discuss this download here.
This is simple stack virtual machine on C/AL. Include the compiler for virtual assembler and the virtual machine as execution environment (with a tiny debugger).
Version v2:
Added some functions:
- load from assembler source file
- load from binary file
- save to binary file
Version v2.1:
Added support of the tiny basic
http://www.mibuso.com/dlinfo.asp?FileID=835
Discuss this download here.