Discussion:
Fixob
(too old to reply)
Scott Chapin
2021-01-19 11:35:43 UTC
Permalink
I cannot find the program for fixob anymore and fear what I’ve saved is wrong.

Can someone let me know if this is incorrect?

<< “" ADD IF DUP "HPHP4" POS THEN
+ #100003h LIBEVAL NEWOB END >

It returns an error for too few arguments when adding prior to the hex value.
Eric Rechlin
2021-01-19 18:37:05 UTC
Permalink
Post by Scott Chapin
I cannot find the program for fixob anymore and fear what
I’ve saved is wrong.
Can someone let me know if this is incorrect?
<< “" ADD IF DUP "HPHP4" POS THEN
+ #100003h LIBEVAL NEWOB END >
It's much safer to use a proper tool like these:

https://www.hpcalc.org/details/3396
https://www.hpcalc.org/details/4207

However, if you really want to do it in User RPL on the 49/50 series, it
seems you are just missing one line. The full code for what you are looking
for is:

\<< "" ADD IF DUP "HPHP4" POS THEN
#100002h LIBEVAL 26
+ #100003h LIBEVAL NEWOB END \>>

See John H Meyers's original post here:

https://groups.google.com/g/comp.sys.hp48/c/Lzj5tj4dwGM/m/LLuS2Ex0nygJ

The
Scott Chapin
2021-01-19 18:49:16 UTC
Permalink
Post by Eric Rechlin
Post by Scott Chapin
I cannot find the program for fixob anymore and fear what
I’ve saved is wrong.
Can someone let me know if this is incorrect?
<< “" ADD IF DUP "HPHP4" POS THEN
+ #100003h LIBEVAL NEWOB END >
https://www.hpcalc.org/details/3396
https://www.hpcalc.org/details/4207
However, if you really want to do it in User RPL on the 49/50 series, it
seems you are just missing one line. The full code for what you are looking
\<< "" ADD IF DUP "HPHP4" POS THEN
#100002h LIBEVAL 26
+ #100003h LIBEVAL NEWOB END \>>
https://groups.google.com/g/comp.sys.hp48/c/Lzj5tj4dwGM/m/LLuS2Ex0nygJ
The
Thank you Eric.

That response from Joe was to me, it I couldn’t find it.

It’s for an emulator on my iPhone and computer files aren’t easy to work with. I think copy and paste damaged the code I had saved.
Loading...