|
The HP 9825 was introduced in 1976 as a replacement for the earlier 9800 series
of calculators, particularly the Model 20 (9820) calculator.
It had a full QWERTY keyboard and used a 32-digit LED alphanumeric display.
They were very popular as instrument controllers. The hardware was also used as a base for the HP 9831A BASIC-language computer.
|
The slots accept three cards: MNTR-66501 (display), MNTR-66502 (logic) and MNT-66503 (logic).
|
The 9825 introduced a programming language called HPL ("High Performance Language").
It supported strings, arrays, looping and even interrupts.
Here is an example program to generate a list of prime numbers:
0: fxd 0 1: prt 1 2: prt 2 3: 1->P 4: for C=2 to 1000000 5: P+2->P 6: for N=3 to P/3 7: if int(P/N)*N = P; gto 4 8: next N 9: prt P 10: next C |
Question:
|
The 9825T was introduced in 1980.
It came standard with 61.6K RAM, all of the option ROMs available for the 9825B,
as well as a built-in Systems Programming ROM.
The 1985 book Kinetic Energy Storage by G. Genta contains Appendices with program listings:
Programs are written in HPL language and are usually implemented on a HP 9825T computer with a HP 9895A floppy-disc unit, a HP 9871A printer and a HP 9862A plotter.
|
|
From the November 26, 1984 issue of Computer World:
Structured Software Systems, Inc. has offered Mass-Storage Read-Only Memory (ROM) for the Hewlett-Packard Co. HP 9825T desktop computer.
|
|
This advertisement appeared in the March 1976 issue
of Scientific American.
|
Click here for the Home page.
Click here for the Wanted page.
Updated June 14, 2017