Post Reply 
Text files import/export on HP-41CX, HP-IL, Mac OS
02-05-2020, 01:39 AM (This post was last modified: 02-05-2020 04:23 AM by dayd.)
Post: #8
RE: Text files import/export on HP-41CX, HP-IL, Mac OS
As the program PKFLAS, was brought to my attention, today, I noticed a stupid mistake I did years ago in the post above and make a change to reflect more the behaviour I wanted. I hope I’ll get it completely right this time...
To make it simple: the registers available are not the max size possible for the file. So the new version display the same thing, Available free registers in XM / Actual file size / Minimum file size, except that when it stops the actual max size possible for the file is in Y so you can toggle between min and max with X<>Y and hit R/S to validate. Ouf...sorry...
Added just line 6 Wink

Code:
 01◆LBL "PKFLAS"
 02 EMROOM
 03 PSE
 04 FLSIZE
 05 PSE
 06 ST+ Y
 07 ASROOM
 08 7
 09 /
 10 INT
 11 -
 12 STOP
 13 RESZFL
 14 END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Text files import/export on HP-41CX, HP-IL, Mac OS - dayd - 02-05-2020 01:39 AM



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