HP-16C


The HP-16C Computer Scientist is a programmable pocket calculator that was produced by Hewlett-Packard between 1982 and 1989. It was specifically designed for use by computer programmers, to assist in debugging. It is a member of the HP Voyager series of programmable calculators. It was the only programmer's calculator ever produced by HP, though many later HP calculators have incorporated most of the 16C's functions.

Features

The 16C can display integers in hexadecimal, decimal, octal and binary, and convert numbers from one number base to another. It also deals with floating-point decimal numbers. To accommodate long integers, the display can be 'windowed' by shifting it left and right. For consistency with the computer the programmer is working with, the word size can be set to different values from 1 to 64 bits. Binary-arithmetic operations can be performed as unsigned, one's complement, or two's complement operations. This allows the calculator to emulate the programmer's computer. A number of specialized functions are provided to assist the programmer, including left- and right-shifting, rotating, masking, and bitwise logical operations.
Apart from programmer functions, the calculator's abilities are limited to basic arithmetic, which meant that typical users would also make use of a general scientific calculator. Floating-point numbers are only supported for base 10. However, it is still far more powerful than contemporary competitors such as the non-programmable computer math calculator Casio CM-100 or the TI, LCD Programmer or Programmer II.
The base of the 16C features a printed reference chart for many of its functions.
The calculator uses the proprietary HP Nut processor produced in a silicon on sapphire process and featured continuous memory, whereby the contents of memory are preserved while the calculator is turned off. Though commonplace now, this was still notable in the early 1980s, and is the origin of the "C" in the model name.

Programming

Appropriately for a programmer's calculator, the 16C, like all other members of the Voyager series, is itself programmable. Keystroke programming is used. Up to 203 program steps are available, and up to 16 program/step labels. Each step and label uses one byte, which consumes register space in 7 byte increments.
Here is a sample program that computes the factorial of an integer number from 2 to 69. The program takes up 9 bytes. The codes displayed while entering the program generally correspond to the keypad row/column coordinates of the keys pressed.
StepKeystrokes
Displayed codeComment
001 43,22, FDefine label F
00242 22Store x in register I
0031Store 1 in x
004 43,22, 0Define label 0
005 45 32Recall register I into x
00620Multiply x and y
00743 23Decrement register I and if not zero...
008 22 0... go back to label 0
00943 21Stop program - result displayed in x

To run the program, enter the argument onto the stack, then press the keystrokes . The result is displayed when the program terminates.

Legacy

HP has never made another calculator specifically for programmers, but has incorporated many of the HP-16C's functions in later scientific and graphing calculators, for example the HP-42S and its successors.
Like many other vintage HP calculators, the HP-16C is now highly sought-after by collectors. Several emulators are available for desktop computers, web browsers, smartphones and other calculators.
In 2012, SwissMicros introduced a miniature clone named DM-16CC approximating the size of an ID-1 credit card. It closely emulates the functionality of the original HP-16C by running the original ROM image in an emulator on an ARM Cortex-M0-based NXP LPC1114 processor. Newer DM16 models feature a better keyboard and more RAM. A DM16 Silver Edition in a titanium case is available as well in three color variants. Deviating from the original, these calculators feature a dot-matrix display, switchable fonts and clock speeds, and, based on a Silicon Labs CP2102 converter chip, they come with an USB serial interface to exchange data with a PC etc. for backup purposes or to update the firmware. In December 2015, SwissMicros introduced the DM16L, a version of the calculator about the same size as the original HP-16C. It still comes with a USB Mini-B connector. Powering via USB is not supported.