From 093120b28141cabd558f4f2715dbca68069809d7 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 23 Nov 2020 19:12:28 +0100 Subject: [PATCH] added a README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1beed9 --- /dev/null +++ b/README.md @@ -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.