(HP-65) Distance, Speed and Time
|
07-16-2019, 10:11 AM
(This post was last modified: 07-16-2019 10:44 AM by Gamo.)
Post: #1
|
|||
|
|||
(HP-65) Distance, Speed and Time
Going through HP-65 Owner's Handbook and noticed some error located on
page 88 about on how to use Flags in program. The program is use to solve for Distance, Speed and time. The error is located in [LBL] B under [TF1] should insert [STO] [1] [RTN] Page 90 Example #3 the answer is not right and should be 4482.8333 Remark: I'm not sure if this is a real error or my mistake. ---------------------------------------------------------------- I do not have a real HP-65 I try to adapt this program to work on HP-11C Flags on HP-65 skip two steps if false and it is difference on HP-11C Procedure: FIX 4 [A] Initialize [B] Distance [C] Speed [D] Time [E] Calculate Procedure is the same as shown in the HP-65 Owner's Handbook Here is the program: Distance, Speed, and Time for HP-11C Code:
Gamo |
|||
07-16-2019, 01:14 PM
(This post was last modified: 07-16-2019 02:11 PM by teenix.)
Post: #2
|
|||
|
|||
RE: (HP-65) Distance, Speed and Time
(07-16-2019 10:11 AM)Gamo Wrote: Going through HP-65 Owner's Handbook and noticed some error located on Hi Gamo, Your Label B code may be wrong, modified follows... Code:
Your 4482.8333 answer was correct. After running the code, here is the program trace from my HP65 emulator for Example 3... Code:
cheers Tony |
|||
07-17-2019, 01:34 AM
Post: #3
|
|||
|
|||
RE: (HP-65) Distance, Speed and Time
Hello Teenix
Under [LBL] B is missing [STO] 1 Thanks for the correction. Gamo |
|||
07-17-2019, 10:07 AM
(This post was last modified: 07-18-2019 12:31 PM by PedroLeiva.)
Post: #4
|
|||
|
|||
RE: (HP-65) Distance, Speed and Time
Here my compilation for HP65 with correct keystroke program and examples, from the Owner´s Handbook
Pedro |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)