Poll: Include Key Codes in Program Listings
This poll is closed.
Yes 78.95% 15 78.95%
No 0% 0 0%
Indifferent 21.05% 4 21.05%
Total 19 votes 100%
* You voted for this item. [Show Results]

Post Reply 
Key Codes in Program Listings (70's/80's calculators)
04-15-2024, 12:19 PM
Post: #7
RE: Key Codes in Program Listings (70's/80's calculators)
I mainly use the format used by online emulators:

HP-15C
Code:
#  Program produced by JRPN 15C.
#  Generated 2024-4-15 13:33 Central European Summer Time.
#  Program occupies 7 bytes.

   000 {          } 
   001 { 42 21 11 } f LBL A
   002 {        1 } 1
   003 {       40 } +
   004 {    43 32 } g RTN

# End.

HP-16C
Code:
#  Program produced by JRPN 16C.
#  Generated 2024-4-15 13:53 Central European Summer Time.
#  Program occupies 7 bytes.

   000 {          } 
   001 { 43 22  A } g LBL A
   002 {        1 } 1
   003 {       40 } +
   004 {    43 21 } g RTN

# End.

HP-25C
Code:
01: 01       : 1
02: 51       : +

HP-29C
Code:
01: 15 13 00 : g LBL 0
02: 01       : 1
03: 51       : +
04: 15 12    : g RTN

HP-65
Code:
001: 23    : LBL
002: 11    : A
003: 01    : 1
004: 61    : +
005: 24    : RTN

HP-67
Code:
001: 31 25 11
002: 01
003: 61
004: 35 22

But I clip it to the relevant lines.
And in case of the HP-67 I would add the missing keys in a separate column.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Key Codes in Program Listings (70's/80's calculators) - Thomas Klemm - 04-15-2024 12:19 PM



User(s) browsing this thread: 3 Guest(s)