diff options
Diffstat (limited to 'pc-thing/readme.md')
-rw-r--r-- | pc-thing/readme.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pc-thing/readme.md b/pc-thing/readme.md deleted file mode 100644 index 047d8c0..0000000 --- a/pc-thing/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 |