permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 284a9fcdfd2412cf2bc6230948812f70bf17a052
parent 3e3b0ff95b806849e48fecfb3fefcfd519a5c8af
Author: neau <neau@web>
Date:   Wed, 22 Jun 2022 16:54:15 +0200

empty web commit

Diffstat:
Apaper_computer.mdwn | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/paper_computer.mdwn b/paper_computer.mdwn @@ -0,0 +1,5 @@ +The design for a simple portable computer that only requires a pen and a piece of paper. + +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).