Skip to content

rdearman/MyEmulator

Repository files navigation

My Emulator for fictional 8-bit computer

I have written an emulator and assembly language compiler for a fictional 8-bit computer. This was just a learning exercise for me. I've created various versions as I went along. I documented it with videos on YouTube if you want to watch them.

Installation

You'll need Python, I used version 3.10.12.

Usage

Contributing

Feel free to download and play about and change it.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

About

An Emulator of a fictional 8-bit computer using python. Includes assembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published