Post Reply 
(SR-52) Binary-to-Decimal conversion
06-17-2022, 07:37 AM
Post: #5
RE: (SR-52) Binary-to-Decimal conversion
Here's a variant for the HP-25 that uses one more step but only one instead of three registers:
Code:
01: 23 00    : STO 0
02: 08       : 8
03: 21       : x<->y
04: 01       : 1
05: 00       : 0
06: 71       : /
07: 14 01    : f INT
08: 15 71    : g x=0
09: 13 19    : GTO 19
10: 21       : x<->y
11: 31       : ENTER
12: 31       : ENTER
13: 51       : +
14: 22       : Rv
15: 61       : *
16: 23 41 00 : STO - 0
17: 22       : Rv
18: 13 04    : GTO 04
19: 24 00    : RCL 0
20: 13 00    : GTO 00
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (SR-52) Binary-to-Decimal conversion - Thomas Klemm - 06-17-2022 07:37 AM



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