Introduce old redir program
[lcapit-junk-code.git] / pet-projects / DLW-1e / Documentation / overview.txt
blobf5c13551a4d37d09936f0128885ec4f60f234d4d
1                            DLW-1e Overview
2                            ===============
4 o Program Counter (PC): 8-bit register which stores the address of the
5   next instruction to be fetched from memory.
7 o Instruction Register (IR): 16-bit register which stores the instruction
8   to be executed.
10 o Proc. Status Word (PSW): 8-bit register which stores information
11   regarding the last executed operation. The current flags are EQ (equals)
12   LE (lesser), GR (greater).
14 o General purpose registers (R): four (from R1 to R4) registers of 8-bit
15   each.
17 o Main memory: 256 cells of 8-bit each, the processor can access individual
18   bytes.