Você está na página 1de 8

comp.sys.

hp48

HP 49G LIBEVAL address list (too old to reply)

John H Meyers 14 years ago

single var statistics inform menu?

49G: #38002h FLASHEVAL @ note: HEX!


48G: #B4176h LIBEVAL
TVM solver inform menu?

49G: #B4036h LIBEVAL


48G: #B4038h LIBEVAL

At least in roms 48G:R and 49G:1-19.6

48G Libeval list:


http://www.hpcalc.org/details.php?id=3596
http://www.hpcalc.org/hp48/docs/misc/libeval.zip

49G Libeval list:


[waiting for a volunteer :]

To get any 49G keyboard definition and rc.p,


use the 'WKEY' program, created here:

"D9D2029262B13F2C2A20D200005562766F627D6021602B65697374727F6B656A"
"3CCF52B0F52CA1306EE52B22439AE52B2130" +
DUP BYTES DROP #A361h == { #100001h LIBEVAL} IFT 'WKEY' STO

Then drop rc.p and use "Nosy" to explore the definition:


http://www.hpcalc.org/details.php?id=4323
http://www.hpcalc.org/hp49/programming/misc/nosy40.zip

( WKEY, from HP48 Hack library )


::
CK0NOLASTWD
BlankDA2
$ "Perform a keystroke:"
DISPROW5
WaitForKey
2DUP
Key>U/SKeyOb
UNROT
CodePl>%rc.p
;
[r->] [OFF]

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----


http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----

Dave Kung 14 years ago

Also, I found out the ones that I can access from the keyboard, which
I can use KEYEVAL for anyway. But how can I access apps like the
single var stat input form which you can't access directly from the
keyboard? Thanks!

Dave

Teste sua sorte


com a FBS
Receba seu Bnus da
sorte de $77,7 da FBS e
seja um comerciante de s
ptfbs.com
Dave Kung 14 years ago
I also found the addresses for the commands that I can check using Nosy.
Ads by Google Ads by Google Ads by Google

Download Calculator Change of Address Cards HP Address

HP Calculator Scientific Calculator LCD Screen

Dave Kung 14 years ago

#37002h FLASHEVAL stats choose box


#39002h FLASHEVAL frequencies input form
#44002h FLASHEVAL alarms browser
#45002h FLASHEVAL set alarm input form
#47002h FLASHEVAL transfer input form
#33002h FLASHEVAL solve diff input form
#34002h FLASHEVAL solve poly input form
#35002h FLASHEVAL solve linsys input form
#30002h FLASHEVAL last cmd choose box

#B4000h LIBEVAL #31002h FLASHEVAL numsolve choose box


#B4001h LIBEVAL #32002h FLASHEVAL num eq solver input form
#B4036h LIBEVAL #36002h FLASHEVAL TVM solver input form
Dave Kung 14 years ago

access directly from keyboard(KEYEVAL or):


#2F1A7h SYSEVAL chars browser
#80002h FLASHEVAL APPS choose box
#4F004h FLASHEVAL modes input form
#8A002h FLASHEVAL tool menu
#8B002h FLASHEVAL history
#85002h FLASHEVAL catalog
#2F142h SYSEVAL matrix writer
#9B002h FLASHEVAL time choose box
#1A1BEh SYSEVAL library menu

Missing:

PLOT input form


fit data input form
summary stat input form
Hypoth Tests
Conf Interval
I/O application choose box
Send to HP48 input form
Print input form
CAS mode input form
DISP mode input form
math choosebox
symb choose box
sslv choose box
calc choose box
alg choose box
arith choose box
cmplx choose box
exp&ln choose box
trig choose box
matrices choose box
convrt choose box
units choose box
base choose box
John H Meyers 14 years ago

check out http://www.area48.com/48entries.html

The entries being requested (except for some user commands)


do not seem to be in that list.

That original list (provided by JKH) is anyway also available at:


http://www.hpcalc.org/details.php?id=3248
http://www.hpcalc.org/hp49/programming/entries/xref4849.zip

Why is there a MAIN command which leads to a set of menus


which seem parallel to, yet completely different from
the keyboard-accessible CAS menus?
(yet is MAIN itself accessible from the keyboard?)

BTW, the command identified as "xBASE" is actually "xALGB"


(there is no user command "BASE")
Is it mis-labeled in "extable" as well? -- try GETNEAR on
"ALGB" and "BASE"

[r->] [OFF]
John H Meyers 14 years ago

[ re xBASE vs. xALGB ]

On 1.19-6 with Extable present, if you make the string "xALGB"


and inspect it with Nosy, the screen header will identify
ROMPTR 314 80 as ~xBASE, but if you compile "ROMPTR 314 80"
you will still get the ALGB command,
which Nosy still identifies as ~xBASE,
while if you type BASE it will not compile as a command at all.

In cross-reference table "xref4849" (which JKH kindly supplied),


the value for ~xBASE is listed as 080314, which we have just seen
to be the ALGB command, while if you look for ~xALGB in that table,
you won't find any entry at all for that name!

So what happened?

Did the ALGB command take the place of the BASE command?

And if it did, from where is Nosy getting the name ~xBASE ?


(or, from where does "BASE" GETNEAR find ~xBASE ?)

Is this entry in "extable"?


I suspect that "extable" still contains that now obsolete entry,
just as does "xref4849," and that this may be
what is causing all of the above confusion;
if so, then note this as something to update in "extable"
(and perhaps to revise or amend in "xref4849"),
where maybe the old symbol ~xBASE should now be changed to ~xALGB ?

[r->] [OFF]
Pen661suc 14 years ago

I already checked it out. But I only got a couple of addresses from it. The
Nosy program that John told me works. Right now, I am only missng these forms:

* CAS mode input form


* DISP mode input form
* prog choose box
* math choose box
* symb choose box
* sslv choose box
* calc choose box
* alg choose box
* arith choose box
* cmplx choose box
* exp&ln choose box
* trig choose box
* matrices choose box
* convrt choose box
* units choose box
* base choose box

Dave
John H Meyers 14 years ago

Post by Pen661suc
* prog choose box
* math choose box
* symb choose box
* sslv choose box
* calc choose box
* alg choose box
* arith choose box
* cmplx choose box
* exp&ln choose box
* trig choose box
* matrices choose box
* convrt choose box
* units choose box
* base choose box

If you mean the keyboard functions (which generally appear


either as menus or choose boxes, according to flag -117),
you can use either -rc.p KEYEVAL or #ApNNNh LIBEVAL

Where "rc.p" is row, column, keyplane,


and NNN is keyboard key number (000h thru 032h)

E.g. The SSLV menu: -72.2 KEYEVAL or #A2020h LIBEVAL


[r->] [OFF]
Veli-Pekka Nousiainen 14 years ago

X
Post by John H Meyers
If you mean the keyboard functions (which generally appear
either as menus or choose boxes, according to flag -117),
you can use either -rc.p KEYEVAL or #ApNNNh LIBEVAL
Where "rc.p" is row, column, keyplane,
and NNN is keyboard key number (000h thru 032h)
E.g. The SSLV menu: -72.2 KEYEVAL or #A2020h LIBEVAL

X
Now that the LIBEVAL list is "complete"
Could you publish it, Dave?
VPN
Dave Kung 14 years ago

Post by Veli-Pekka Nousiainen


X
Now that the LIBEVAL list is "complete"
Could you publish it, Dave?
VPN

I will write a text file explaining everything, zip it, and submit it
to hpcalc.org as soon as possible.

Dave
Dave Kung 14 years ago

I've submitted the Flasheval list to hpcalc.org. You can also get it
from this address:
http://home.villagephotos.com/2003-7/13446/HP49GFlashEvals.zip

Dave
Post by Dave Kung
Post by Veli-Pekka Nousiainen
X
Now that the LIBEVAL list is "complete"
Could you publish it, Dave?
VPN
I will write a text file explaining everything, zip it, and submit it
to hpcalc.org as soon as possible.
Dave

Dave Kung 14 years ago

I've submitted the Flasheval list to hpcalc.org. You can also get the
file from here:
http://home.villagephotos.com/2003-7/13446/HP49GFlashEvals.zip

Dave
Post by Dave Kung
Post by Veli-Pekka Nousiainen
X
Now that the LIBEVAL list is "complete"
Could you publish it, Dave?
VPN
I will write a text file explaining everything, zip it, and submit it
to hpcalc.org as soon as possible.
Dave
d***@gmail.com 4 years ago

Does anyone have a list of addresses used with LIBEVAL for calling an
HP 49 application such as single var statistics inform menu or TVM
solver inform menu? I can't find any list at hpcalc.org or by
searching the newsgroup posts. I need the list for the HP 49G. Thanks!
Dave

Hi.

Libeval for Matrix Entry ??


Virgil 4 years ago

Does anyone have a list of addresses used with LIBEVAL for calling an
HP 49 application such as single var statistics inform menu or TVM
solver inform menu? I can't find any list at hpcalc.org or by
searching the newsgroup posts. I need the list for the HP 49G. Thanks!
Dave

Have you looked at http://www.hpcalc.org/ ?


--
John H Meyers 4 years ago

Post by d***@gmail.com
Does anyone have a list of addresses used with LIBEVAL for calling an
HP 49 application such as single var statistics inform menu or TVM
solver inform menu? I can't find any list at hpcalc.org or by
searching the newsgroup posts. I need the list for the HP 49G. Thanks!

Wow -- was that posted on today's date in 2003?


(which was indeed a Wednesday, while today is a Tuesday)

Do you have a URL for that post? Or thread?

Anyway, the single-var stat "inform" app is #38002h FLASHEVAL

TVM solver "inform" app is any one of:


-74.2 KEYEVAL
#A2022h LIBEVAL
#B4036h LIBEVAL
#36002h FLASHEVAL

I got those by poking around in the calculator using WKEY and Nosy,
but it might be easier and faster
to follow Virgil's suggestion and find a ready-made list:

<http://www.hpcalc.org/search.php?query=libeval&hp49=1>
And the only winner is:
<http://www.hpcalc.org/details.php?id=5733>
<http://www.hpcalc.org/hp49/docs/programming/flashevals49g.zip>
Post by d***@gmail.com
Libeval for Matrix Entry ??

Do you mean DoNewMatrix (#2F142h SYSEVAL)


or EDITB (UserRPL command)?

[r->] [OFF]
John H Meyers 4 years ago

Post by John H Meyers


Post by d***@gmail.com
Libeval for Matrix Entry ??
Do you mean DoNewMatrix (#2F142h SYSEVAL)

-43.2 KEYEVAL will also do, on both 49G and 50G

Everything thus far in this thread is the same


across the entire 49/50 series, but is generally
wrong for original HP48[S/G] series, and you do not
want to execute wrong internal objects or addresses
by getting mixed up as to which series they are for.
Post by John H Meyers
or EDITB (UserRPL command) [for editing old matrix]

[r->] [OFF]
r***@gmail.com 9 months ago

Hello.

I found entries to two built-in applications:

# 55004h FLASHEVAL [MODE]+[CAS] CAS MODES input form


# 50004h FLASHEVAL [MODE]+[DISP] DISPLAY MODES input form

Available in:
HP49 All entries de Khanh-Dang Nguyen Thu-Lam
http://kdntl.pagesperso-orange.fr/hp49/ROM/ALLROM49
http://kdntl.pagesperso-orange.fr/hp49/ROM/

Best Regards,
RPL Calcs.

Teste sua sorte


com a FBS
Receba seu Bnus da
sorte de $77,7 da FBS e
seja um comerciante de s
ptfbs.com

about - legalese

Você também pode gostar