Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: PDP-8 ASCII question

70 views
Skip to first unread message

Morten Reistad

unread,
Apr 4, 2016, 1:40:30 PM4/4/16
to
In article <dmf3pd...@mid.individual.net>,
Bob Eager <news...@eager.cx> wrote:
>On Mon, 04 Apr 2016 13:01:50 +0200, Morten Reistad wrote:
>
>> In article <pfp9tc-...@news.informatik.uni-stuttgart.de>, Christian
>> Corti <c...@corti-net.de> wrote:
>>>Dylan McNamee <dylan....@gmail.com> wrote:
>>>> That is a great thread - thanks for the pointer! It seems that this is
>>>> mostly an artifact of papertape and 6-bit ASCII, both
>>>of which (mostly) went away after the PDP-8.
>>>
>>>No and no.
>>>First, ASCII is seven bits (octal 0-177). Second, it has nothing to do
>>>with papertape or Teletypes. DEC simply defined the parity bit to be
>>>mark (i.e. always 1), since the serial interface is 8 bits fixed.
>>
>> They were not alone in doing this. Prime computer also had the MSB set
>> in all of their ASCII. Saving a few cents worth of hardware in the
>> serial ports and/or some cycles processing them. But leading to decades
>> of incompatibility.
>
>ISTR having the same thing on a Honeywell DDP-516.

ISTR that the earliest Primes (up to the 400, ISTR) were embrace-and-extend
versions of the DDP-5xx architecture. Later versions had compatibility-mode
(R-mode?) that ran DDP-516 code.

Crossposted to comp.sys.prime, and followup-to set there.

-- mrr

Bob Eager

unread,
Apr 4, 2016, 2:23:04 PM4/4/16
to
I didn't know that. My final year undergraduate project was modifying the
CPU on a DDP-516, to add/modify some instructions...

Dennis Boone

unread,
Apr 4, 2016, 9:08:50 PM4/4/16
to
> ISTR that the earliest Primes (up to the 400, ISTR) were embrace-and-extend
> versions of the DDP-5xx architecture. Later versions had compatibility-mode
> (R-mode?) that ran DDP-516 code.

Prime called the x16 mode S mode. As far as I know, it existed
until the end. Even the 100 and 200 had R-mode, though, the "embrace
and extend".

The P300 added virtual memory.

De

Morten Reistad

unread,
Apr 4, 2016, 10:18:33 PM4/4/16
to
In article <3cSdnc2MWvG_jZ7K...@giganews.com>,
They sure had a lot of processor modes, S, R, I, V and IX. This puts even
a '486 and an ARM8 (with 64, 32 and 24 bit modes plus thumb2) to shame.

-- mrr


Jim Wilcoxson

unread,
Apr 5, 2016, 9:27:49 AM4/5/16
to
And within each processor mode are multiple addressing schemes indicated in a different way in each mode:

- sector 0 relative
- program counter relative
- preindexed by index register
- postindexed by index register
- optional indirect
- base register relative (4 varieties)
- field address register relative
- general register relative
- gr indexed

Fun!

Morten Reistad

unread,
Apr 5, 2016, 10:04:45 AM4/5/16
to
In article <58a75f84-abea-4d96...@googlegroups.com>,
I discovered this in october 1984 when I read the processor and PMA
manuals for Primos 19.3; while upgrading to 19.4.

That was when I decided that I'll stick to procedural languages, after
doing assembly programming for nearly a decade. First the 6502, then the
PDP10, then the Z80, a little PDP11s, and then the Prime. After a few
weeks with PMA I went for FTN, PLP, SPL and all the other Prime-specific
stuff.

-- mrr





Greg Field

unread,
Nov 4, 2018, 9:26:30 PM11/4/18
to
Same with me and a few others I think.

I had some IBM S/370 Assembler experience and loved it.
Got a copy of PMA manual and stopped.
Then found FTN was there (I was on a customer site and no PLP/SPL).
The rest is history.

Jim Wilcoxson

unread,
Nov 5, 2018, 10:15:44 AM11/5/18
to
One thing about Prime: their compilers were (I thought) extremely good. It was hard to write PMA that ran faster than FTN, PLP, or SPL, so I think most people avoided the pain of PMA since there was little to gain. It was used inside Primos of course, for things like clock interrupt handlers that ran 300 times/second, I/O drivers, etc.

The only really good use for it at the application level I think was for small utility library functions that could utilize the shortcall mechanism. For example, I wrote a version of APPLIB in PMA. It was much faster than the standard APPLIB, not so much because the code was faster, but because it avoided the long-winded PCL (Procedure Call) instruction - the normal way to call a subroutine on the Prime, and used JSXB instead - the traditional "jump and store the return address in a register".
0 new messages