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 c93fd6a49e344d000c756777486965ff2b87a005
parent 8b6f7ad49221804ffaa621b150043d75d3fead9e
Author: neau <neau@web>
Date:   Wed, 22 Jun 2022 16:07:35 +0200

empty web commit

Diffstat:
Mp-code.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p-code.mdwn b/p-code.mdwn @@ -1,4 +1,4 @@ -A p-code machine is a [[virtual machine]] designed to execute the assembly language of a hypothetical CPU. +A p-code machine is a [[virtual machine]] designed to execute the [[assembly language]] of a hypothetical CPU. [[Niklaus Wirth]] specified a simple p-code machine in the 1976 book Algorithms + Data Structures = Programs. The machine had 3 registers - a program counter p, a base register b, and a top-of-stack register t. There were 8 instructions: