Skip to content

theaniketnegi/8085-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8085-cpp

An 8085 Simulator written in CPP

Supported instruction set

Arithmetic: ADD, ADI, SUB, INR, DCR, INX, DCX, DAD, SUI
Logical: CMA,CMP
Branching: JMP, JZ, JNZ, JC, JNC
Load and Store: MOV, MVI, LXI, LDA, STA, LHLD, SHLD, STAX, XCHG
SET instruction to set data into memory locations (Eg- SET 2500,04)

Build (Windows)

Clone the project

  git clone https://github.com/theaniketnegi/8085-cpp.git

Go to the project directory

  cd 8085-cpp

Build using makefile

  make & make clean

Run

Go to the build folder

  cd build

For command-line input

  8085_cpp

Through file input

  8085_cpp <filename>.asm

Debugger (with or without file)

  8085_cpp  --debugger

About

8085 Simulator in CPP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published