diff options
author | WlodekM <[email protected]> | 2025-03-31 19:27:55 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-03-31 19:27:55 +0300 |
commit | ef4e8c20719822eebd6318a878cc37902c2b85a5 (patch) | |
tree | c80cc67921c8b511f5a50ec68834b5b28deb05a1 /readme.md |
pc thing
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..047d8c0 --- /dev/null +++ b/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 |