Skip to content

BASIC Interpreter for 8085 CPU

License

Notifications You must be signed in to change notification settings

hotkeysoft/pfe_8085basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Languages