updated for photo-typesetter

This commit is contained in:
dick
1986-02-04 17:37:41 +00:00
parent f3e2248cc4
commit 9694054674
19 changed files with 3724 additions and 2420 deletions

View File

@@ -90,11 +90,11 @@ few internal registers with specific functions as follows:
.TS
tab(:);
l 1 l l.
PC:-:Program Counter:Pointer to next instruction
LB:-:Local Base:Points to base of the local variables \
PC:\-:Program Counter:Pointer to next instruction
LB:\-:Local Base:Points to base of the local variables \
in the current procedure.
SP:-:Stack Pointer:Points to the highest occupied word on the stack.
HP:-:Heap Pointer:Points to the top of the heap area.
SP:\-:Stack Pointer:Points to the highest occupied word on the stack.
HP:\-:Heap Pointer:Points to the top of the heap area.
.TE 1
.IE
.A