HP49G Sysrpl help with recalling contents of pointers



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 ;


.



Relevant Pages

  • Re: HP49G Sysrpl help with recalling contents of pointers
    ... I wish to recall the contents of e.g. C%SIN to the stack ... during runtime (in order to modify the composite) and then use it. ... Where PTR 0FEDA splits a C% into two extended reals. ... In this case I already have two extended reals on the stack, ...
    (comp.sys.hp48)
  • Re: HP49G Sysrpl help with recalling contents of pointers
    ... But I will look into documentation for Nosy. ... I wish to recall the contents of e.g. C%SIN to the ... Where PTR 0FEDA splits a C% into two extended reals. ... In this case I already have two extended reals on the stack, ...
    (comp.sys.hp48)
  • WTB: Standalone Digital-to-analog converter
    ... Someone here was selling a stack of Lucid gear that I seem to recall ... included a D-A converter, ...
    (rec.audio.pro)
  • Re: Kernel Calling Conventions
    ... Regs vs stack is a much closer argument for userspace ... For kernel transitions, registers are _much_ ... I don't recall whether these are ... The main advantage of stack params is that many more ...
    (comp.lang.asm.x86)
  • Re: debugging a multi-threaded program on linux.
    ... > If you use GNU C I'm certain there is a way to get a sort of stack ... > trace. ... I recall a thread about it. ...
    (comp.unix.programmer)