hotkeysoft / pfe_8085basic

BASIC Interpreter for 8085 CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpu8085

BASIC Interpreter for 8085 CPU

Projet de fin d'études (PFE) École Polytechnique de Montréal (2002) (Graduation Project)

The project presented consists of a simple BASIC interpreter built from scratch in 8085 assembly language

To get there I built:

  • Prototype BASIC in C++ (basic/prototypes)
  • 8085 emulator in C++ (emulatorbase)
  • BASIC Interpreter in 8085 ASM (basic)

In 2018 the C++ projects were upgraded to Visual Studio 2017 and a bit of work was done to enhance the 8085 emulator.

Some IO libraries were adjusted to fit the new hardware

Optimizations were also made to some routines (mostly INT_ITOA)

About

BASIC Interpreter for 8085 CPU

License:MIT License


Languages

Language:Assembly 57.2%Language:C++ 40.6%Language:Batchfile 1.0%Language:VBA 0.6%Language:C 0.5%