基于栈的虚拟机,可执行字节码
资源文件列表:

BytecodeVM-master/
BytecodeVM-master/.gitignore 627B
BytecodeVM-master/LICENSE.md 1.05KB
BytecodeVM-master/Programs/
BytecodeVM-master/Programs/DynamicAlloc/
BytecodeVM-master/Programs/DynamicAlloc/DynAlloc.bca 223B
BytecodeVM-master/Programs/Functions/
BytecodeVM-master/Programs/Functions/Functions.bca 1.42KB
BytecodeVM-master/Programs/Functions/Functions.bce 389B
BytecodeVM-master/Programs/Functions/Functions.pseudo 333B
BytecodeVM-master/Programs/HelloWorld/
BytecodeVM-master/Programs/HelloWorld/HelloWorld.bca 709B
BytecodeVM-master/Programs/HelloWorld/HelloWorld.bce 161B
BytecodeVM-master/README.md 2.76KB
BytecodeVM-master/build/
BytecodeVM-master/build/genie.lua 1.28KB
BytecodeVM-master/source/
BytecodeVM-master/source/AssemblyCompiler.cpp 12.63KB
BytecodeVM-master/source/AssemblyCompiler.h 1.3KB
BytecodeVM-master/source/AtomicTypes.h 339B
BytecodeVM-master/source/Opcode.cpp 276B
BytecodeVM-master/source/Opcode.h 1.18KB
BytecodeVM-master/source/SymbolTable.cpp 3.99KB
BytecodeVM-master/source/SymbolTable.h 1.21KB
BytecodeVM-master/source/VirtualMachine.cpp 19.67KB
BytecodeVM-master/source/VirtualMachine.h 1.73KB
BytecodeVM-master/source/main.cpp 3.65KB