Sandbox ROM question for Angel - 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: Sandbox ROM question for Angel (/thread-48952.html) |
Sandbox ROM question for Angel - David - 12-12-2003 Angel I ask because as part of my learning curve in dealing with mcode I wrote a generalized subroutine which can grab a line of program code (a 3 digit integer: 001,025,etc.) and turn it into a binary number. I developed it to use with non-normalized RCL and STO instructions.
For example, (program lines) 025 CLX 026 RCLNN 027 010 028 *
David
Re: Sandbox ROM question for Angel - Ángel Martin - 12-13-2003 David, this as a superb idea and a very gracious offering! In fact, that's *exactly* the method used by the HEPAX module in their implementation of the multifunctions: even if introduced their names with HEPAXA, it defaults to the indexed form and takes it from the following program line. I've mailed you with some details, let's get this off-line and we'll get a better SANDBOX ready in a few days (optimist is my middle name :-)
Best, Re: Sandbox ROM question for Angel - Meindert Kuipers - 12-13-2003 Angel, I suggest using the method that I use in the ML ROM, using an alpha string as the argument. This offers an easy way to keep the code somewhat readable and alloes for much longer rguments as well.
Meindert
|