Voyager Excel Programming Aid
|
03-09-2022, 11:39 AM
(This post was last modified: 03-09-2022 11:44 AM by Thomas Klemm.)
Post: #6
|
|||
|
|||
RE: Voyager Excel Programming Aid
(03-09-2022 09:47 AM)damaltor Wrote: I just thought that one for the 11c and the 16c would be nice It is not Excel but maybe the DM10/DM11/DM12/DM15/DM16 programming tool is still useful for you. You can select the model and enter a program like the following into the Mnemonics text field: Code: LBL A Press the « Encode button, then the Decode » button and tada, we get in the Code dump field: Code: 001 LBL A | 42,21,11 It's easy to transform that into: Code: { 42 21 11 } Write that to a circle.15c file and load it into the 15C Simulator by Torsten Manz and save it again to get: Code: # ------------------------------------------------------------------------------ If you use one of these Voyager Calculators and press the Save memory button a file hp15c.txt is saved into your Download folder. Rename it to something like circle.txt, search for the ram attribute and replace the "50" entries by the program code like this: Code: … It works similar for the other Voyager models. Kind regards Thomas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Voyager Excel Programming Aid - damaltor - 03-08-2022, 08:12 AM
RE: Voyager Excel Programming Aid - Stevetuc - 03-08-2022, 10:40 AM
RE: Voyager Excel Programming Aid - damaltor - 03-08-2022, 11:21 AM
RE: Voyager Excel Programming Aid - pinkman - 03-09-2022, 05:42 AM
RE: Voyager Excel Programming Aid - damaltor - 03-09-2022, 09:47 AM
RE: Voyager Excel Programming Aid - Thomas Klemm - 03-09-2022 11:39 AM
RE: Voyager Excel Programming Aid - damaltor - 03-09-2022, 02:33 PM
|
User(s) browsing this thread: 3 Guest(s)