Post Reply 
First python project : HP41 emulator + hints of workflow
05-18-2021, 05:57 PM (This post was last modified: 05-18-2021 06:04 PM by Oulan.)
Post: #7
RE: First python project : HP41 emulator + hints of workflow
(05-18-2021 04:30 PM)Stevetuc Wrote:  Fantastic App!

Would you consider swap the function of these 2 keys?
() : x<>y
, : RDN

In Prime RPN mode the " ," key functions as x<>y (its symbolised as the crossarrows symbol on right of key).

To swap the keys, just swap the lines 33 and 34 in the key.py file Smile

P.S. v2 is progressing, with .MOD support and a config.py file to allow
full control of configuration (system, loading of modules in page or in ports, ram, ...)

But it seems that python code
Code:
a=[]
a.append='test {:#x}'.format([1,2,3])
can crash python and then make the prime to reboot
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: First python project - Vincent Weber - 05-16-2021, 01:17 PM
RE: First python project - ggauny@live.fr - 05-16-2021, 05:23 PM
RE: First python project - tcab - 05-17-2021, 12:00 AM
RE: First python project : HP41 emulator + hints of workflow - Oulan - 05-18-2021 05:57 PM



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