# 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