diff options
author | WlodekM <[email protected]> | 2025-03-31 19:47:54 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-03-31 19:47:54 +0300 |
commit | cccb99226d3951fd9dfe1c4cf1c43126a1309d51 (patch) | |
tree | 518d3e965558ba313f103cee6161cd2b6aedb3b9 /readme.md | |
parent | ef4e8c20719822eebd6318a878cc37902c2b85a5 (diff) |
move to pc-thing/
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 19 |
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 |