Still needed for the HP 41CL
|
08-04-2016, 09:27 PM
Post: #13
|
|||
|
|||
RE: Still needed for the HP 41CL
Hello Angel,
Sorry for the delay but I had a lot of refreshing/learning to do on the multiple HP-41 tools and I lost a lot of time on them. I have put on dropbox the 00041-90441 HP-41 Structural Design Solutions Book.zip file containing: Code: Manual File.: MAN\ -> 00041-90441 HP-41 Structural Design Solutions Book Manual About the DAT files, after several tryout I came up with the following ... Because of the 64 fat entry limitation and the 222 data files, the easy path of 1 program per file was not possible. What I came up with was to group the files using their first 3 characters and then with small parsers redirect the loading to local labels. The global labels are: READRFR/FNFERR/M??/S??/W10/W12/W14/W16/W18/W21/W24/W27/W30/W33/W36/W4X/W6X/W8X If you are ok with the following I could modify the original programs to support both the tape/disk data files and ROM data files by replacing the READR commands with the following code Code: SF 25 Main entry point Code: LBL "READRFR" ; Read Registers From ROM Data loader sample 1 (W4X) Code: LBL "W4X" Data loader sample 2 (W6X) Code: LBL "W6X" I am currently using the X-Functions ATOX to do the job of extracting characters but I could replace it with synthetic instructions. If you are ok with the proposisiton I can do all the other data file loaders. Best regards, Sylvain |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)