Posts: 980
Threads: 239
Joined: Aug 2006
Even for a rough draft, it's pretty spiffy! Nice, indeed!
Can't wait to see the final version.
Thanks.
Posts: 2,247
Threads: 200
Joined: Jun 2005
Nice files. I have used Excel in the past years to code HP-35S programs. One can use macros that add the appropriate line numbers. For example when a line-numbering macro sees LBL D in the steps column, it determines that the label is D and therefore inserts a D001 line number in the step number column. It then continues to number subsequent steps with D002, D003, and so on, until it determines that it has reached a step that declares another label. This is just a very simple example of how macros can assist you in managing the listing of an HP-35S/33S program. You can make the macros more sophisticated to support automatic renumbering of programs.
You can have additional columns that comment what the variables store. You can effortlessly add comments in a specialized column next to the column containing the steps.
Namir