Coder Social home page Coder Social logo

i8080's Introduction

Intel 8080 Core Emulator & Assembler & Debugger

Try it online available on https://rokkerruslan.github.io/ page.

alt text

Quick start

Application (include emulator, assembler and debugger) can work without any server or database service. Just download source code, and run script. You need node and yarn to download dependencies and run application.

$ git clone https//github.com/rokkerruslan/i8080 && cd i8080
$ ./app start

You see host/port when local dev server starts.

Help for assembler language

todo: link on references

Goals:

  • Simple using Intel 8080 emulator.
  • Historic assembler.
  • Debugger.

Non goals:

  • Production ready platform
  • Performance optimization

Todo

  • expressions evaluation
  • collections page
  • reverse debugger (step backward)
  • i/o support

Tests

Just run

$ ./app test

Contributing

I don't know why, but if you want any pull requests are welcome :)

i8080's People

Contributors

bsjones avatar dependabot[bot] avatar rokkerruslan avatar scrum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

i8080's Issues

New feature

Can u to add work with 7 segment display?

Register goes above FFh

The H register will count to FFh and then 100h and continue counting without setting the zero flag and incrementing the A register.

            LXI     H, F0F0h
    LOOP:
            MOV     A, M
            INR     H
            JNZ     LOOP
            INR     A
            JMP     LOOP

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.