Skip to content

A ”Mano Machine” simulator based on 8085 Architecture written in C++ with heavy usage of the Standard Template Library (STL).

Notifications You must be signed in to change notification settings

Epsilon-Alpha/Manosim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manosim

A ”Mano Machine” simulator based on 8085 Architecture written in C++ with heavy usage of the Standard Template Library (STL). For convinience purposes, native C library is used for graphics and only a small instruction set is supported. A pre-compiled binary has been provided, and the source code can be compiled with the help of Code Blocks, following this thread.

Instructions

Write instructions as given in add.as file. The program should terminal with HLT in the middle and the origin is set by ORG. Pre-halt phase consists of instructions and Post-halt phase consists of variable declarations.

Supported Instructions: LDA, STA, ADD, SUB, MUL, DIV, XOR, OR, AND

About

A ”Mano Machine” simulator based on 8085 Architecture written in C++ with heavy usage of the Standard Template Library (STL).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published