Project Window, Project Data Tab -
Library
Title: specify the name for the library on the calculator (1-6 characters), then a colon ":" then a description of the library as it will appear on the calculator.
ROMID: the hex value for the library number. Some of these have been assigned by HP. See various calculator references for information on what IDs are available. A value of 200-2FF will be acceptable for personal use.
Slot: the slot number of the memory card to contain the library. Only slot 0 can be debugged without complications in Debug4x. USe slot 0.
Config: Normally the name of your CONFIG entry point. Leave this blank and Debug4x will create one for you
Message: This is where you may enter
message text for use by your library. See Examples\Message for details
on how to use a Message entry. Normally this box is blank and the Inform
Editor will process messages as needed.
For example if the following strings were entered into the Message box:
First string of project text
Second project message
and a third project message
Then this code code retrieves the second message:
#20102 JstGETTHEMSG
retrieves the string and leaves it on stack
#20102 retrieves a pointer to the string and
leaves the pointer on the stack
Note that the number 201 is the library number being built
Extprg: Normally the name of your EXTPRG entry point. Leave this blank unless you know how Extprg works. This information is beyond the scope of this guide