Re: branch address architecture, not interactive use, The Design of Design

Liste des GroupesRevenir à c arch 
Sujet : Re: branch address architecture, not interactive use, The Design of Design
De : johnl (at) *nospam* taugh.com (John Levine)
Groupes : comp.arch
Date : 13. May 2024, 22:39:55
Autres entêtes
Organisation : Taughannock Networks
Message-ID : <v1ttqr$2095$1@gal.iecc.com>
References : 1 2 3 4
User-Agent : trn 4.0-test77 (Sep 1, 2010)
According to Thomas Koenig  <tkoenig@netcologne.de>:
Do we know who invented relative branches? The PDP-11 had them in 1969
but I don't think they were new then.

I am just trying to make sense of the little documentation there
is of the PDP-X, and it seems it would have had PC- relative
branches too (but also branches relative to index registers),
either with an 8-bit or a 16-bit offset.  The Nova had something
similar, but only jumps relative to PC or its index registers,
the PDP-11 went to relative-only branches.

This draft is pretty clear:

https://bitsavers.org/pdf/dec/pdp-x/29_Nov67.pdf

It had both short page 0 addressing like the PDP-8 and short relative
long and short indexed.

I'd now say relative branches were obvious once you got to the point
where the cost of the addition to the PC wasn't a big deal, so they
probably occurred to a lot of people around the same time.

The PDP-11 had short relative branches and a long jump that could use
any address mode that made sense, typically absolute or indirect. The
Unix assembler had conditional jump pseudo-ops that turned into a
branch if the target was close enough or a reverse branch around a
jump otherwise. If you allow chaining branches to the same place,
coming up with an optimal set of long and short is NP complete. If you
just do long and short, you can get close enough by starting with
everything long and making passes over the code shortening the ones
you can until you can't shorten anything else. (I did that for the AIX
ROMP assembler, same deal.)

You could do some funky things with PDP-11 jumps like

  JMP @(R4)+

which dispatched to the next routine of threaded code pointed to by R4.
--
Regards,
John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly

Date Sujet#  Auteur
21 Apr 24 * The Design of Design128Thomas Koenig
21 Apr 24 +* Re: The Design of Design67John Levine
25 Apr 24 i`* Re: The Design of Design66Thomas Koenig
25 Apr 24 i `* Re: The Design of Design65Stephen Fuld
26 Apr 24 i  +* Re: The Design of Design56John Levine
26 Apr 24 i  i+* Re: The Design of Design2MitchAlsup1
26 Apr 24 i  ii`- Re: The Design of Design1John Levine
26 Apr 24 i  i+* Re: The Design of Design50Thomas Koenig
26 Apr 24 i  ii+- Re: The Design of Design1Stephen Fuld
26 Apr 24 i  ii+* Re: The Design of Design47John Levine
27 Apr 24 i  iii+* Re: The Design of Design4Thomas Koenig
27 Apr 24 i  iiii`* Re: PDP-10 addressing, was The Design of Design3John Levine
27 Apr 24 i  iiii `* Re: PDP-10 addressing, was The Design of Design2MitchAlsup1
27 Apr 24 i  iiii  `- Re: PDP-10 addressing, was The Design of Design1John Levine
30 Apr 24 i  iii`* Re: The Design of Design42MitchAlsup1
30 Apr 24 i  iii +* Re: The Design of Design40John Levine
1 May 24 i  iii i`* Re: The Design of Design39Tim Rentsch
1 May 24 i  iii i `* Re: architecture, The Design of Design38John Levine
2 May 24 i  iii i  +- Re: index architecture, The Design of Design1John Levine
2 May 24 i  iii i  +* Re: architecture, The Design of Design4Thomas Koenig
3 May 24 i  iii i  i+- Re: architecture, The Design of Design1MitchAlsup1
5 May 24 i  iii i  i`* Re: architecture, The Design of Design2Thomas Koenig
5 May 24 i  iii i  i `- Re: ancient 704 architecture, The Design of Design1John Levine
7 May 24 i  iii i  `* Re: architecture, The Design of Design32Tim Rentsch
7 May 24 i  iii i   +- Re: architecture, The Design of Design1Thomas Koenig
7 May 24 i  iii i   +* Re: architecture, The Design of Design28Michael S
7 May 24 i  iii i   i+* Re: architecture, The Design of Design2John Levine
8 May 24 i  iii i   ii`- Re: architecture, The Design of Design1John Levine
8 May 24 i  iii i   i+* Re: architecture, The Design of Design2Tim Rentsch
9 May 24 i  iii i   ii`- Re: architecture, The Design of Design1John Levine
8 May 24 i  iii i   i`* Re: architecture, The Design of Design23Thomas Koenig
8 May 24 i  iii i   i `* Re: architecture, The Design of Design22Michael S
8 May 24 i  iii i   i  `* Re: backward architecture, The Design of Design21John Levine
9 May 24 i  iii i   i   +* Re: backward architecture, The Design of Design2Lynn Wheeler
10 May 24 i  iii i   i   i`- Re: backward architecture, The Design of Design1Lynn Wheeler
9 May 24 i  iii i   i   `* Re: backward architecture, The Design of Design18Michael S
9 May 24 i  iii i   i    +* Re: backward architecture, The Design of Design14Thomas Koenig
9 May 24 i  iii i   i    i`* Re: backward architecture, The Design of Design13Michael S
9 May 24 i  iii i   i    i +* Re: backward architecture, The Design of Design2Anton Ertl
9 May 24 i  iii i   i    i i`- Re: backward architecture, The Design of Design1Anton Ertl
9 May 24 i  iii i   i    i +* Re: backward architecture, The Design of Design9Stephen Fuld
9 May 24 i  iii i   i    i i+* Re: backward architecture, The Design of Design2Michael S
9 May 24 i  iii i   i    i ii`- Re: backward architecture, The Design of Design1John Dallman
10 May 24 i  iii i   i    i i`* Re: backward architecture, The Design of Design6Tim Rentsch
10 May 24 i  iii i   i    i i `* Re: backward architecture, The Design of Design5Stephen Fuld
30 May 24 i  iii i   i    i i  `* Re: backward architecture, The Design of Design4Tim Rentsch
30 May 24 i  iii i   i    i i   `* Re: backward architecture, The Design of Design3Stephen Fuld
30 May 24 i  iii i   i    i i    `* Re: backward architecture, The Design of Design2Tim Rentsch
31 May 24 i  iii i   i    i i     `- Re: backward architecture, The Design of Design1John Levine
10 May 24 i  iii i   i    i `- Re: backward architecture, The Design of Design1Tim Rentsch
10 May 24 i  iii i   i    +- Re: backward architecture, The Design of Design1John Levine
10 May 24 i  iii i   i    `* Re: backward architecture, The Design of Design2Tim Rentsch
10 May 24 i  iii i   i     `- Re: backward architecture, The Design of Design1John Levine
7 May 24 i  iii i   `* Re: architecture, The Design of Design2Anton Ertl
8 May 24 i  iii i    `- Re: architecture, The Design of Design1Tim Rentsch
30 Apr 24 i  iii `- Re: The Design of Design1MitchAlsup1
30 Apr 24 i  ii`- Re: what's a register, The Design of Design1John Levine
26 Apr 24 i  i`* Re: The Design of Design3Stephen Fuld
26 Apr 24 i  i `* Re: The Design of Design2John Levine
26 Apr 24 i  i  `- Re: The Design of Design1Stephen Fuld
27 Apr 24 i  +* Re: The Design of Design7Thomas Koenig
27 Apr 24 i  i+- Re: The Design of Design1Stephen Fuld
27 Apr 24 i  i+* Re: The Design of Design2John Levine
27 Apr 24 i  ii`- Re: The Design of Design1Thomas Koenig
28 Apr 24 i  i`* Re: The Design of Design3Tim Rentsch
29 Apr 24 i  i `* Re: antitrust history, The Design of Design2John Levine
1 May 24 i  i  `- Re: antitrust history, The Design of Design1Tim Rentsch
29 Apr 24 i  `- Re: The Design of Design1Tim Rentsch
29 Apr 24 `* Re: The Design of Design60Tim Rentsch
1 May 24  `* Re: The Design of Design59Stephen Fuld
1 May 24   +* Re: JCL, The Design of Design3John Levine
1 May 24   i`* Re: JCL, The Design of Design2Stephen Fuld
1 May 24   i `- Re: JCL, The Design of Design1Stephen Fuld
1 May 24   +- Re: The Design of Design1MitchAlsup1
1 May 24   +- Re: The Design of Design1Thomas Koenig
7 May 24   `* Re: The Design of Design53Tim Rentsch
7 May 24    +* Re: The Design of Design45Stephen Fuld
7 May 24    i+- Re: The Design of Design1Thomas Koenig
7 May 24    i+* Re: The Design of Design33Stephen Fuld
7 May 24    ii+* Re: The Design of Design29Thomas Koenig
7 May 24    iii`* Re: The Design of Design28Stephen Fuld
7 May 24    iii +* Re: interative use, The Design of Design25John Levine
7 May 24    iii i+* Re: interative use, The Design of Design4MitchAlsup1
8 May 24    iii ii`* Re: third system syndrome, interactive use, The Design of Design3John Levine
8 May 24    iii ii `* Re: third system syndrome, interactive use, The Design of Design2Lynn Wheeler
9 May 24    iii ii  `- Re: third system syndrome, interactive use, The Design of Design1Lynn Wheeler
8 May 24    iii i`* Re: interative use, The Design of Design20Stephen Fuld
8 May 24    iii i `* Re: interative use, The Design of Design19John Levine
9 May 24    iii i  `* Re: interative use, The Design of Design18Stephen Fuld
10 May 24    iii i   `* Re: address architecture, not interactive use, The Design of Design17John Levine
10 May 24    iii i    +- Re: address architecture, not interactive use, The Design of Design1Stephen Fuld
11 May 24    iii i    `* Re: address architecture, not interactive use, The Design of Design15Thomas Koenig
11 May 24    iii i     +* Re: address architecture, not interactive use, The Design of Design3MitchAlsup1
12 May 24    iii i     i`* Re: address architecture, not interactive use, The Design of Design2Thomas Koenig
13 May 24    iii i     i `- Re: address architecture, not interactive use, The Design of Design1MitchAlsup1
11 May 24    iii i     `* Re: branch address architecture, not interactive use, The Design of Design11John Levine
12 May 24    iii i      `* Re: branch address architecture, not interactive use, The Design of Design10Thomas Koenig
13 May 24    iii i       `* Re: branch address architecture, not interactive use, The Design of Design9John Levine
13 May 24    iii i        `* Re: branch address architecture, not interactive use, The Design of Design8Thomas Koenig
13 May 24    iii i         `* Re: branch address architecture, not interactive use, The Design of Design7John Levine
13 May 24    iii i          +* Re: branch address architecture, not interactive use, The Design of Design4MitchAlsup1
14 May 24    iii i          +- Re: branch address architecture, not interactive use, The Design of Design1Thomas Koenig
25 May 24    iii i          `- Re: branch address architecture, not interactive use, The Design of Design1Anton Ertl
8 May 24    iii `* Re: The Design of Design2Thomas Koenig
10 May 24    ii`* Re: The Design of Design3Tim Rentsch
30 May 24    i`* Re: The Design of Design10Tim Rentsch
7 May 24    `* Re: The Design of Design7Thomas Koenig

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal