![]() |
38e diagnostic error codes? - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: 38e diagnostic error codes? (/thread-6147.html) |
38e diagnostic error codes? - Katie Wasserman - 09-30-2000 I have a 38E that fails the self-test (i.e., gives an Error 9 when you hit STO - ENTER). From what I can tell the only problem is with the delta-DAYS calculation, it gives ridiculously large numbers. So I assume that the ROM is wacked out in the area of that routine. What's interesting about this is that when you get the Error 9 and then clear it by hitting the CLX button, you can then investigate what's in the registers. The diagnostic routine leaves several strange looking codes in there. Here are the values: (mem) P -99 r - 7 (all of program memory is filled with GOTO 00, the default)
X - 1
n - 1 R0 - 1,000,000,000 Now for the interesting stuff:
R1 - 1.000000 0r (that's right "r") All of these values can mathematically manipulated to get equally strange results. I assume that what's going on here is that normally illegal BCD values are being used in by the diagnostic routines and just left around in the registers. Does anyone know how the diagnostic routines in the 30 series work? If they don't bomb with an Error 9, memory is preserved so they're not normally doing destructive memory writes. Do these register codes indicate what exactly the problem is that caused the Error 9?
|