Skip to content

Intel 8085 Microprocessor Simulator based on JavaScript with an interactive UI.

License

Notifications You must be signed in to change notification settings

ahmedazhar05/8085sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

8085 Simulator

This is an Intel 8085 Microprocessor Simulator in window like UI with Opcode-Instruction functions written solely in JavaScript.

What makes it Unique?

The functions are written in JavaScript for every Opcode-Instruction that are available in a physical Intel 8085 Microprocessor which makes it unique from the rest of the Simulators on the Internet, as this is faster, reliable and being an open-source project the code is easily understandable and customisable as everything is entirely written in Vanilla JavaScript along with description of all major code segments and declared variables.
The window like UI makes it easier and user-friendly for both Desktop/Laptop and Mobile users with the ability to drag and move the various windows around the screen.
For Windows-OS based 8085 Simulator software users, it is easier to migrate to this as it is an exact clone of that.

Features

  • Windows like User-Interface with draggable-window feature
  • Faster and Reliable
  • Neat and easy to use design
  • Opcodes are searchable from Opcode List Window
  • Instructions table to display the address route of the Program during execution
  • Stack table to check Program-stack status
  • Register values and Flag bits realtime updation
  • Keyboard Inputs allowed
  • Rows adjustable on both tables using Show ROW button
  • Minimisable subsidiary windows

About Intel 8085 Microprocessor

Intel 8085 is an 8-bit microprocessor produced by Intel and introduced in March 1976. It is a software-binary compatible with the more-famous Intel 8080 with only two minor instructions added to support its added interrupt and serial input/output features.