HP49G Sysrpl help with recalling contents of pointers
- From: "Gjermund Skailand" <skaiguard-test@xxxxxxxx>
- Date: Mon, 28 May 2007 23:07:10 +0200
Hi , I need some help me with recalling contents of ROM during runtime.
I wish to recall the contents of e.g. C%SIN (supported entry) to the stack
during runtime (in order to modify the composite ) and then use it.
E.g.
:: ' C%SIN recall? CDRCOMP EVAL ;
What would the magic word or procedure for recall? be on the hp49g?
I ask because
C%SIN decompiles to
:: PTR 0FEDA 2DUP %%COSH....;
Where PTR 0FEDA splits a C% (complex) into two extended reals.
In this case I already have two extended reals on the stack, and it would be
a waste of time and accuracy to make it a C% first.
Thanks on beforehand
Gjermund Skailand
PS in this particular case the below is a shorter version.
:: ' C%SIN recall? EvalNoCheck ;
.
- Follow-Ups:
- Re: HP49G Sysrpl help with recalling contents of pointers
- From: hans . milton
- Re: HP49G Sysrpl help with recalling contents of pointers
- Prev by Date: Re: How to put comment on HPUserEdit
- Next by Date: The HP 35S has arrived...
- Previous by thread: Ascii Import/Export for SD card and Emulator
- Next by thread: Re: HP49G Sysrpl help with recalling contents of pointers
- Index(es):
Relevant Pages
|