Q: How do I install the ARM Toolbox 3.x on my 49g+/50g ?
A: Look Here
Don't forget to "warm boot" your calculator after installation, that is: Press ON-C.
Q: How do I execute a compiled (ARM String Object) HPGCC program?
A: Push the program on the stack, press "LIB" (LS-2), press soft-key "ARMTo", press "PrRUN". RPN mode is assumed.
Q: When I try to push/pop large amounts of data to/from the RPL stack, my program fails. What's wrong ?
A: Use the elf2hp -s<bytes> parameter, to reserve stack space. To reserve for instance 10KB, use elf2hp -s10240 .
Last updated: 2008-01-05