HP Forums
SADHP - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: SADHP (/thread-17380.html)



SADHP - dlidstrom - 08-22-2021 07:40 AM

Has anyone here been able to use SADHP on a modern machine? I've tried with SADHP 1.05 (https://www.hpcalc.org/search.php?query=sadhp) and got it running. While it does return some output it clearly doesn't work. I've probably made a mistake while fixing the ancient C code. Anyone else who has a working copy?


RE: SADHP - pdo - 08-25-2021 12:50 PM

(08-22-2021 07:40 AM)dlidstrom Wrote:  Has anyone here been able to use SADHP on a modern machine? I've tried with SADHP 1.05 (https://www.hpcalc.org/search.php?query=sadhp) and got it running. While it does return some output it clearly doesn't work. I've probably made a mistake while fixing the ancient C code. Anyone else who has a working copy?

This might help: https://bitbucket.org/pdo/sad48/ . It's a git repository I created a few years ago to hold SADHP 1.05 and Han's modifications from that time. I also applied a few modifications of my own to the Emacs Lisp code to make it play better in a typical setup (e.g. not override user C-c key bindings).

Paul


RE: SADHP - dlidstrom - 09-02-2021 07:51 PM

Hi Paul! I got it working now, after updating sport.c to not skip any leading nibbles. Thanks!