25C/29C Conditionals
|
10-10-2021, 12:02 AM
Post: #2
|
|||
|
|||
RE: 25C/29C Conditionals
Educated guess:
The early programmable models with eight comparison functions, that is, the 25/25C, 19C/29C, 67/97, 33E/33C, 11C, and 16C, all have the same set: X=0, X≠0, X<0, X>0, X=Y, X≠Y, X≤Y, and X>Y, except for the 25/25C, which has X=0, X≠0, X<0, X≥0, X=Y, X≠Y, X<Y, and X≥Y. So the 25/25C are different, and I suspect it is significant that the comparison functions on those calculators are more symmetrical: the comparisons with 0 exactly match those with Y, and all comparisons consist of pairs that are exactly complementary. This would have made it possible to implement the 25/25C comparison functions using less code, and given that the HP-25 ROM is completely full, that may have been the only way they could make everything fit. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
25C/29C Conditionals - Matt Agajanian - 10-09-2021, 09:38 PM
RE: 25C/29C Conditionals - Thomas Okken - 10-10-2021 12:02 AM
RE: 25C/29C Conditionals - rprosperi - 10-10-2021, 02:38 AM
|
User(s) browsing this thread: 1 Guest(s)