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, 03:18 AM (This post was last modified: 04-27-2024 02:00 AM by toml_12953.)
Post: #4
RE: Key Codes in Program Listings (70's/80's calculators)
(04-15-2024 12:38 AM)Eddie W. Shore Wrote:  I don't remember if I asked this before but for calculators from the 70s/80s (25C, 65, 67, 12C, 11C, 15C, etc), but what style of listing would you prefer?

Style 1 where the key codes are included:
Example: (15C)
001 ; 42, 21, 11 ; LBL A
002 ; 1 ; 1
003 ; 40 ; +
004 ; 43, 32 ; RTN


Style 2 where it's just step numbers and keys:
001 LBL A
002 1
003 +
004 RTN


I've been listing my programs in style 1 and considering dropping the key codes.

If the labels were in a neat column, then I'd prefer the first style.

Code:
001 ;  42, 21, 11  ; LBL A
002 ;  1           ; 1
003 ; 40           ; +
004 ; 43, 32       ; RTN

Tom L
Cui bono?
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) - toml_12953 - 04-15-2024 03:18 AM



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