1 रिपॉजिटरी
Execution environments that interpret compiled bytecode to run programs efficiently on constrained hardware.
Distinct from Source-to-Bytecode Compilers: Distinct from Source-to-Bytecode Compilers: focuses on the interpretation and execution phase rather than the translation phase.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Interpreters. Refine with filters or upvote what's useful.
BASIC-M6502 is a BASIC language implementation for 8-bit microprocessors. It provides an execution environment that allows programs written in a high-level, English-like language to run on 6502 hardware, featuring support for mathematical functions and floating-point arithmetic. The project is designed for cross-platform hardware porting, using conditional compilation and macros to adapt a single codebase across different retrocomputing systems. It utilizes hardware abstraction layers to manage character-based input and output routines. The system includes embedded memory management with dyn
Implements a bytecode interpreter to reduce memory footprint and increase execution speed on 8-bit hardware.