summary refs log tree commit diff
path: root/pc-thing/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'pc-thing/readme.md')
-rw-r--r--pc-thing/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/pc-thing/readme.md b/pc-thing/readme.md
new file mode 100644
index 0000000..047d8c0
--- /dev/null
+++ b/pc-thing/readme.md
@@ -0,0 +1,19 @@
+# shitPC
+
+an emulator for a fictional 16 bit computer thingy
+
+the system has:
+
+- 3 registers: A, B and C (16-bit)
+
+- 65535 addressable locations (each one storing 16 bits)
+
+- interrupt support
+
+- basic I/O
+
+- its own assembly language
+
+- disk support
+
+see [instructions.md](instructions.md) to see the documentation for the instructions or [assembler.md](assembler.md) to see the documentation for the assembler
\ No newline at end of file