Post Reply 
Programming with HP50g
08-30-2015, 03:43 PM (This post was last modified: 08-30-2015 06:27 PM by Gerson W. Barbosa.)
Post: #28
RE: Programming with HP50g
(08-30-2015 02:02 PM)Allen Wrote:  
(08-30-2015 07:24 AM)Gerson W. Barbosa Wrote:  These make for nice HP-42S solutions:
Program LBL A
Program LBL B

Gerson, yes, nicely written! Your program LBL A is exactly the approach used by the "less complex" approach on the 48g.

To Allen what belongs to Allen! The credits are all yours. After posting I realized I had done a small linguistic error. I should have written "Those make for nice HP-42S solutions" as I meant to refer to your original HP-48G solutions, mine being mere ports to the HP-42S.
When you presented the more complex solution, I tried to figure out what your less complex one might be. Then the one I found on the HP 50g was 25-byte long but the check-sum was # BEA0h, so I reached for my HP-48GX and verified the checksum was indeed #D45Bh on it. Multiplying by .5 instead of dividing by 2 gave a different checksum than #7FE7h, which means I've found only one of your other solutions. I'd like to know what are the other 7-command 27.5-byte solutions. The pdf gives the initials of the authors and timings only.

Regards,

Gerson.

P.S.: Here's an 11-byte 5-step HP-42S solution:

Code:

00 { 11-Byte Prgm }
01>LBL C
02 CLΣ
03 Σ+
04 RCL 14
05 RCL- 12
06 RCL× 15
07 .END.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming with HP50g - tigger - 08-07-2015, 09:53 AM
RE: Programming with HP50g - Gerald H - 08-07-2015, 10:05 AM
RE: Programming with HP50g - rprosperi - 08-07-2015, 03:19 PM
RE: Programming with HP50g - Allen - 08-29-2015, 08:11 PM
RE: Programming with HP50g - Allen - 08-30-2015, 02:02 PM
RE: Programming with HP50g - Gerson W. Barbosa - 08-30-2015 03:43 PM
RE: Programming with HP50g - Allen - 08-31-2015, 12:57 AM
RE: Programming with HP50g - BartDB - 08-07-2015, 01:27 PM
RE: Programming with HP50g - tigger - 08-28-2015, 05:38 PM
RE: Programming with HP50g - BartDB - 08-28-2015, 05:48 PM
RE: Programming with HP50g - tigger - 08-31-2015, 09:26 AM
RE: Programming with HP50g - Valfisio - 08-09-2015, 08:56 AM
RE: Programming with HP50g - Jlouis - 08-09-2015, 01:06 PM
RE: Programming with HP50g - Brad Barton - 08-10-2015, 03:43 AM
RE: Programming with HP50g - Tugdual - 08-10-2015, 05:53 AM
RE: Programming with HP50g - Maro - 08-10-2015, 06:03 AM
RE: Programming with HP50g - DavidM - 08-10-2015, 11:21 PM
RE: Programming with HP50g - Gilles - 08-09-2015, 08:17 PM
RE: Programming with HP50g - Gerald H - 08-10-2015, 06:40 AM
RE: Programming with HP50g - Tugdual - 08-10-2015, 07:23 AM
RE: Programming with HP50g - Tugdual - 08-29-2015, 05:31 PM
RE: Programming with HP50g - Brad Barton - 08-11-2015, 02:31 PM
RE: Programming with HP50g - Brad Barton - 08-16-2015, 01:43 AM
RE: Programming with HP50g - tigger - 08-29-2015, 09:33 AM
RE: Programming with HP50g - BartDB - 08-29-2015, 03:56 PM
RE: Programming with HP50g - Gerald H - 08-30-2015, 05:10 AM



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