Post Reply 
Writing RPL for the 50g on Linux
09-27-2016, 09:08 AM
Post: #2
RE: Writing RPL for the 50g on Linux
Hello,

You can install EMU48 with wine and convert any binary UserRPL in ASCII format to transfer it to SD card and reconvert it in UserRPL on HP 50g, alternatively you can write your programs/equations directly in ASCII format (using ASCII translation symbols) with any text editor as EMACS and send them to SD card as explained in:

Ascii Import/Export for SD card and Emulator (John H Meyers)
https://groups.google.com/forum/#!msg/co...zxPAvZfk4J

ASCII to Binary Converter (and vice versa)
http://www.hpcalc.org/details/3648

More commons translation symbols:
Code:
Num   Sym   Description
---   ---   -----------
128   \<)   angle symbol
131   \v/   square root
132   \.S   integral symbol
133   \GS   Greek Sigma (\GSLIST)
135   \pi   pi
136   \.d   derivative symbol
137   \<=   less or equal
138   \>=   greater or equal
139   \=/   unequal
141   \->   right arrow (\->LIST, \-> a b c)
142   \<-   left  arrow (\<-local)
143   \|v   down  arrow (\|vMATCH)
144   \|^   up    arrow (\|^MATCH)
156   \PI   capital  pi (\PILIST)
159   \oo   infinity
171   \<<   program delimiters
187   \>>
092   \\    backslash[/quote]

In HP 50g AUR's Appendix J you'll find the complete charater set table: http://www.hpcalc.org/details/7141.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Writing RPL for the 50g on Linux - na85 - 09-27-2016, 12:43 AM
RE: Writing RPL for the 50g on Linux - Simone Cerica - 09-27-2016 09:08 AM



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