added a README

This commit is contained in:
Dominik Moritz Roth 2020-11-23 19:12:28 +01:00
parent fa58d701f1
commit 093120b281

6
README.md Normal file
View File

@ -0,0 +1,6 @@
### This Repo contains very uggly code, that may be disturbing to some readers. Reader discretion is adwised.
# asmTron
It is a compiler / emulator for a 12-bit cpu (4-bit opcodes, 8-bit adresses), that I started building in Minecraft.
I never finished the Minecraft-Build, but this emulator is fully functional and even has integrated debugging capabilities.
Also: This programm is optimized for a very specific terminal-size and a global variable has to be changed to switch between Windows / Linux compatability.