Mnemonic Converter
Description
HP-15C programs are often presented on the internet in mnemonic format, which the simulator can not read. The converter below accepts various mnemonic formats and converts them into valid HP-15C key sequences. The resulting program can be copied to a file and then opened by the simulator. This saves the manual typing of the program.
Here are some examples of mnemonics understood by the converter:
Mnemonics | Key Codes | Description |
---|---|---|
GoTo .9 |
|
Upper and lower case letters can be mixed. You can use a comma or a period to address labels (and registers) above 9. You can use short and long names. |
123.456,789 |
|
Numbers are converted into a sequence of digits. The right most comma or point is interpreted as the decimal point. |
ISG 8 STO ENTER STO RAN# |
|
Uncheck 'One mnemonic per line' to allow multiple mnemonics per line. |
g TEST 45 |
|
If a mnemonic can not be converted, an error is shown. |
The Converter
How to use the converter:- Paste a program in mnemonic format to the "Mnemonics" text area below.
- Press "Convert" and the "Key Codes" area shows the resulting program code.
- If necessary, correct incorrect or incomplete lines.
- Copy the "Key Codes" into a text editor and save them in a file with the extension ".15c".
- Start the simulator and open the program file.