![]() |
HP42S ROM question - 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: HP42S ROM question (/thread-232249.html) |
HP42S ROM question - Han - 10-01-2012 For those who have access to the ROM source or a disassembly of the ROM: There are many blocks of RPL that do not seem to be enclosed in the typical :: ; (DOCOL and SEMI) environment, and are preceded by 4 nibbles. Does anyone know what these four nibbles stand for? Are they similar to library objects in the HP48 (2 nibbles for library number, 2 nibbles for library commands)? I am trying to picture the ROM as if it were the predecessor to the HP48 ROM, and this is my best guess. If you know more, I would love to hear about it.
Han
Re: HP42S ROM question - Raymond Del Tondo - 10-01-2012 You could use the Emu42 debugger, set the trigger on access of one or more of those nibs preceeding certain RPL code, and see which routine it's called from;-)
I didn't do it so far, but my guess would go into an XROM direction, or maybe it's kinda property field for mathematical functions, like in the HP-48 . Re: HP42S ROM question - Han - 10-01-2012 Quote:
I did not think to check, but I'll do that. Thank you for some really good ideas.
|