summary refs log tree commit diff
path: root/readme.md
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2025-03-31 19:47:54 +0300
committerWlodekM <[email protected]>2025-03-31 19:47:54 +0300
commitcccb99226d3951fd9dfe1c4cf1c43126a1309d51 (patch)
tree518d3e965558ba313f103cee6161cd2b6aedb3b9 /readme.md
parentef4e8c20719822eebd6318a878cc37902c2b85a5 (diff)
move to pc-thing/
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 047d8c0..0000000
--- a/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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