[TUHS] who invented the link register

Robert Clausecker fuz at fuz.su
Wed Oct 26 08:47:20 AEST 2022



Am Tue, Oct 25, 2022 at 03:24:01PM -0700 schrieb Bakul Shah:
> On Oct 12, 2022, at 12:01 PM, ron minnich <rminnich at gmail.com> wrote:
> > 
> > I know branch and link was in the 360; was it earlier? And ... anybody
> > know who invented it?
> > 
> > This came up in a risc-v meeting just now :-) My claim is that if anybody
> > knows, they will  be in this group.
> 
> Zuse Z4 had instructions to jump to a subprogram and back. Unclear if
> they were in the original Z4 (1945) or were added later. Or how it was done.

The Z4's programs were stored on a number of tapes.  Initially, there
was only one tape reader and no branch instructions.  Later, the design
was modified by adding additional tape readers and instructions to
switch to a different tape reader.  Thus, sub programs can be realised
by storing the subprogram on a different, possibly looped, tape and then
switching to the other tape reader when the sub program is called.  The
subprogram's final instruction would switch back to the main tape
reader.  So not quite a link register.

An instruction set reference for a later (1950) model can be found in the
ETH Zurich library:

https://www.e-manuscripta.ch/zut/doi/10.7891/e-manuscripta-98601

Yours,
Robert Clausecker

-- 
()  ascii ribbon campaign - for an 8-bit clean world 
/\  - against html email  - against proprietary attachments


More information about the TUHS mailing list