Jump to content

Synthetic programming (HP-41)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Miyagawa (talk | contribs) at 11:41, 19 September 2009 (clean up, added uncategorised tag, added wikify tag using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


Synthetic programming is an advanced technique of programming the HP-41C range of calculators, involving creating instructions (or combinations of instructions and operands) that cannot be obtained using the standard capabilities of the calculator.

Some HP-41C instructions are coded in memory using multiple bytes. Some of these sequence of bytes correspond to instructions the calculator is able to execute, but these cannot be entered in the program memory using conventional program entry methods (ie using the calculator as described in the user's manual.) Synthetic programming uses a bug in the calculator firmware to enter those byte sequences as a sequence of other instructions, then partially skipping halfway through the first instruction, so that the calculator believes the end of the first instruction is actually the beginning of a new one.