Post Reply 
Advice for getting started in RPL
09-02-2019, 01:11 PM (This post was last modified: 09-02-2019 01:13 PM by pier4r.)
Post: #6
RE: Advice for getting started in RPL
I do this.

I use notepad++ with a UDL file (user define language) that everyone can expand. Debug4X is also a neat alternative although for userRPL is too much, I prefer simplicity.

You can see it here: https://osdn.net/users/pier4r/pf/various...pad%2B%2B/ ; or I collect it also in the hp calc torrent: https://www.hpmuseum.org/forum/thread-9090.html

Then I write my programs, with the trigraphs. Those are documented in the 50g advanced user guide page J-2 and I prefer it because they are standards. I collect (you can help too) useful RPL snippets here: https://www.hpmuseum.org/forum/thread-10271.html (check the links) and you can see the trigraphs.

Then I use conn4x to connect to my calculator, I create there simple variables sending commands to the calculator via conn4x (for example 0 'nameThatIWantToUse' STO). Then I edit the variable and I copy the program (you should keep the initial statement that is like %%HP: T(0)A(D)F(.); ). This in text mode.

And then my program is on the calculator.

I use the same method with the emulator (otherwise in this case debug4x is very practical with its "send to the emulator") using the com0com software that emulates a com port, to which the emulator can connect, and thus the workflow is the same.

All my files are in git and shared with the world (although no one cares, never say never). If you need more info let me know.

Oh yes, have a look at newRPL as well! (that runs even on android. Claudio is astounding)
http://hpgcc3.org/projects/newrpl
https://newrpl.wiki.hpgcc3.org/doku.php
https://www.hpmuseum.org/forum/thread-9700.html

Wikis are great, Contribute :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Advice for getting started in RPL - 100LL - 08-28-2019, 12:43 PM
RE: Advice for getting started in RPL - pier4r - 09-02-2019 01:11 PM



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