commit 928e7ddb6a2ec1c724f849dadc2026ee759c241d
parent a76a354e9cde71a10c566be045b935db9f0036bf
Author: neau <neau@web>
Date: Thu, 23 Jun 2022 04:30:29 +0200
empty web commit
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/paper_computer.mdwn b/paper_computer.mdwn
@@ -3,3 +3,9 @@ The design for a simple portable computer that only requires a pen and a piece o
The computer consists of a sheet of paper that contains both the program as well as a number of data registers, that will be used to represent the contents of the registers.
To begin, the pen, representing the program counter, is positioned at the line 00 of a program. The instruction in that line is then processed by the user by either moving the pen(program counter), modifying the value of a data register or by checking if a data register has become “empty”(zeroed).
+
+## Historical
+
+* [[CARDIAC]]
+* [[WDR]]
+* etc..