Post Reply 
HP 50g & SD Cards: Performance, Format, Notes
09-09-2016, 01:30 PM
Post: #110
RE: HP 50g & SD Cards: Performance, Format, Notes
(09-09-2016 10:33 AM)JDW Wrote:  What specifically am I supposed to do when saving User RPL programs using a text editor on a computer, saving the file to the SD card?

RPL programs (UserRPL and SysRPL) aren't actually stored internally as text (strings) they are converted to binary format during download from Conn4x. Alternately, you can create UserRPL source in SysRPL and save them to the card as strings (text files) and then on the 50g compile them using the built-in MASD compiler (ASM) in the tools menu.

To do this, you will have to learn how UserRPL is represented in SysRPL (typically, the statement FOO would appear as "xFOO"); a simple way to start exploring this is to make simple UserRPL programs, recall them to the stack and use (->S2) to convert it to a string (decompile).

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 50g & SD Cards: Performance, Format, Notes - rprosperi - 09-09-2016 01:30 PM



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