GithubHelp home page GithubHelp logo

dramikei / 8080-emu-java Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 2.0 111 KB

Intel 8080 Emulator with Disassembler in Java

Java 100.00%
java emulator arcade-machine space-invaders-emulator space-invaders

8080-emu-java's Introduction

Intel 8080 Emulator Using Java

This is an Intel 8080 emulator built using Java to learm about CPUs and Architecture.

Tests Passing:

  • TST8080
  • 8080PRE

Update:

I noticed that some people have taken interest in this project and have forked the repo. I really love and appretiate the interest in Emulation and this project and therefore would like to give some suggestions and recommendations.

I worked on this project around 2 years ago for my own learning and understanding and so I'd like to admit that I haven't really followed the best approaches while building this emulator. I even ran into weird bugs at times (Emulator would pass CPU tests but wouldnt run space-invaders proeprly) which I didnt fix until a year later and I believe this project might have some more of those weird bugs.

Java imo isnt really a good language to build Emulators to start with, you have to hande overflow and underflow on your own which other languages would have handled on their own. There is also a lack of unsigned integers except char (uint32, uint16 etc) which can and will cause weird bugs in the code.

I highly recommend checking out the Intel 8080 emulator I build using rust. Here I've split each operation into a separate function and have tried to reuse code as much as possible. This made the code a lot more readable and maintainable at the cost of tiny complexity (some functions might be weirdly overloaded which might not be intuitive).

In the Rust 8080 emulator I have learnt from the mistakes I made in this project and therefore Its built better and from scratch.

Additionaly I also recommend checking out the following resources -

Computer Archeology

Emulator101

alexandrejanin

Roysten

8080-emu-java's People

Contributors

dramikei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.