blob: 047d8c09c1fe3c735d0e6e4d685d9fd65974d2cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|