Git Product home page Git Product logo

8085's Introduction

8085 Microprocessor Project

This repository contains various programs and projects related to the 8085 microprocessor.

Getting Started

To get started with this project, clone the repository to your local machine.

Prerequisites

You will need an 8085 simulator to run these programs. You can use any simulator available online or download one such as GNUSim8085.

Installation

  1. Clone the repo

  2. Open the .asm files in your 8085 simulator

Usage

Each .asm file is a separate program. Load them into your 8085 simulator to see how they work.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Make sure to follow the contribution guidelines.

License

This project is licensed under the MIT License.

Contact

For any questions or inquiries, please contact [email protected].

8085's People

Contributors

gargmegham avatar

Watchers

 avatar

8085's Issues

Bug in ADD two 8 bit numbers.asm

In program ADD two 8 bit numbers.asm, line 7-12,
STA 2052
JNC SKIP
MVI A,01H
SKIP : STA 2053
RST 5
HLT

if carry is not generated, the answer (value in A) is stored on both (2052 and 2053) memory locations.
When carry is not generated 5023 should store 00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.