Post Reply 
Decompile XLIBS on Hp50g or PC
11-01-2019, 02:34 PM
Post: #2
RE: Decompile XLIBS on Hp50g or PC
(11-01-2019 01:11 PM)RPLman Wrote:  Hi Guys,

Want to decompile some XLIBs for investigation, but have trouble locating information and software to breakdown theses objects on Hp50g or PC.
Can you please help.

Thanks RPLman.

Nosy combined with a suitable extable is a nice combination (there are also others). Using those two, just put the command you want to see in a single-element list (eg. { + }) and press the "Nosy" key while showing the library's main menu. You'll see the SysRPL-encoded source with basic formatting, which can also be placed on the stack with the "STO" key if desired.

As an example, here's the source of the ListExt library command "LPUSH" when generated using that combination:
Code:
(LPUSH ROMPTR 58F 2B)
::
  CK2&Dispatch
  BINT80
  >HCOMP
;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Decompile XLIBS on Hp50g or PC - RPLman - 11-01-2019, 01:11 PM
RE: Decompile XLIBS on Hp50g or PC - DavidM - 11-01-2019 02:34 PM



User(s) browsing this thread: 1 Guest(s)