1 repositorio
Implementations of the BASIC programming language, including interpreters and runtimes for constrained systems.
Distinct from Basic Mathematical Operations: Candidates focus on mathematical operations rather than the implementation of the BASIC language itself.
Explore 1 awesome GitHub repository matching programming languages & runtimes · BASIC Language Implementations. 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 functional BASIC interpreter supporting mathematical functions and floating-point arithmetic on 8-bit systems.