|
|
|
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 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:
|
This advertisement appeared in the March 1976 issue
of Scientific American.
|
Click here for the Home page.
Click here for the Wanted page.
Updated January 29, 2010