svenslaggare / StackJIT
Simple virtual machine for a stack-based assembler language.
☆21Updated 7 years ago
Alternatives and similar repositories for StackJIT:
Users that are interested in StackJIT are comparing it to the libraries listed below
- A simple virtual machine, an assembler, and a linker☆27Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- A toy programming language interpreter☆33Updated 11 years ago
- Asmpure is a library written in C for compiling assembly code at run-time☆16Updated 10 years ago
- A C Compiler. Executables runs on a stack based VM.☆77Updated 11 years ago
- A small C like scripting language with a few small novel features.☆28Updated 8 years ago
- Custom scripting language Compiler and VM written in C++11.☆34Updated 8 years ago
- A bytecode interpreted scripting language for C++☆12Updated 5 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆155Updated 7 years ago
- Virtual Machine Monitor/386 bare metal hypervisor. Run vm86 mode processes on a 386☆13Updated 8 years ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Programming/scripting language☆18Updated 2 months ago
- A simple VM in C☆49Updated 7 months ago
- A low overhead, embeddable bytecode virtual machine in C++☆30Updated 6 years ago
- X86/X64/ARM/MIPS Assembler/Disassembler/Decomposer Library☆37Updated 5 years ago
- a small c++ direct ui library, support xml lua and css(only similar to html css)☆15Updated 8 years ago
- Luajit with C/C++/Java/Javascript syntax☆33Updated 2 years ago
- DynASM is a Dynamic Assembler for code generation engines.☆15Updated 10 years ago
- Compiler for a subset of ANSI C, base on virtual machine (unfinished)☆9Updated 7 years ago
- 一个仍处于研究中的比 Java、C# 虚拟机更快的虚拟机 (虚拟 CPU)。☆16Updated 2 months ago
- x86-64 operating system kernel☆13Updated 6 years ago
- A small lightweight, scripting language☆13Updated 5 years ago
- A little just-in-time compiler thing☆18Updated 6 years ago
- gelfload is Gregor's ELF loader. It is a usermode loader for ELF executables, used for two purposes: 1) Creating ELF environments on othe…