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.
You'll need Python, I used version 3.10.12.
Feel free to download and play about and change it.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT License