The original HP debugger (HP 82478A) consists of 4 files, DBGMAINA, DBGLEX1A, DBGLEX2A and DBGLEX3A. I got the manual, and there is one file (DBGMAINA) on the lexfl1.lif - disk. Unfortunately I couldn't find a source for the missing three files. Can anyone help?
Or maybe there is an alternative to the HP debugger?
HP 71b Debugger
|
|
« Next Oldest | Next Newest »
|
▼
Post: #4
09-21-2012, 04:37 AM
▼
Post: #5
09-21-2012, 08:57 AM
Google may help (I don't say it's your friend): Look here http://www.hpmuseum.org/cgi-sys/cgiwrap/hpmuseum/archv016.cgi?read=101457 . ▼
Post: #6
09-21-2012, 11:33 AM
I found that six years old(!) post also, but John Pierce keeps his email address private, so I cannot contact him directly. Moreover I don't know whether John succeeded in finding the missing file DGLLEX1A meanwhile. ▼
Post: #7
09-21-2012, 12:24 PM
You can contact John via museum mail, I guess. That should do for a first contact asking him about the three files you want.
And about the age of said posting: after all, the 71B is significantly older, so why do you expect any more recent information at all? ;-) Edited: 21 Sept 2012, 12:27 p.m. ▼
Post: #8
09-21-2012, 12:40 PM
:-)
Post: #9
09-21-2012, 08:55 PM
All of the HP-71B debugger files that you seek can be found in this zip archive:
For future reference, my entire collection of 334 HP-71B lexfiles (!) is available in this zipfile: They're in binary format, directly off the LIF disks, so transferring them to your HP-71 is your challenge. I hope you can figure out how to do so, because these lexfiles have been languishing for decades, yearning for somebody to use them. Happy debugging! -Joe- ▼ ▼
Post: #11
09-22-2012, 06:04 AM
Thank you so much, Joe!
Post: #12
09-22-2012, 02:54 PM
Thank you! for %i in (HP71BLEX\*.*) do hpdir -add HP71BLEX.DAT %iThe only problem with this approach is that the HPDir add them as ASCII and not LEX files. hpdir -list HP71BLEX.DATI am still investigating that issue ... Sylvain ▼
Post: #13
09-29-2012, 04:44 PM
I have tried using that method to mount the individual lex files as lif files and they all show up with the file name WS_FILE of type LEX in a CAT of the :HDRIVE1. Is that usable as a lexfile? ▼
Post: #14
09-30-2012, 02:53 PM
yes!
Because the 71B is not able to enter the underscore character directly from the keyboard,
1) unzip the dbg71.zip to a temp folder Sylvain
Post: #15
09-30-2012, 03:57 PM
first update ...
My previous attempt to combine the file was unsuccessful because I was inserting a LIF inside a LIF file. No wonder it did not works! 8-(
I have tried numerous combinations and nothing works . until the next update .... Sylvain
|