Barcode -> .raw file project ---- help requested
|
02-21-2015, 07:25 AM
(This post was last modified: 02-24-2015 10:21 AM by Ángel Martin.)
Post: #61
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Very nicely done, many thanks.
Here's the skeleton for the remaining ones as a jump start ;-) The formatting is all screwed, can't figure it out it seems... McCornack's Advanced Programming Tips Code:
Jarret's Synthetic programming Made Easy: Code:
Jarret's Extended Functions Made Easy: Code:
Wickes / Wlodek / Dearing Code:
"To live or die by your own sword one must first learn to wield it aptly." |
|||
02-21-2015, 02:24 PM
Post: #62
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-21-2015 07:25 AM)Ángel Martin Wrote: Very nicely node, many thanks. Thanks! 8-) (02-21-2015 07:25 AM)Ángel Martin Wrote: Here's the skeleton for the remaining ones as a jump start ;-) Thank you, I known why, I will handle it. Sylvain |
|||
02-21-2015, 02:35 PM
Post: #63
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-21-2015 04:34 AM)Sylvain Cote Wrote: I finally have finished the first version of the "-PPC APPS" ROM master index file. Amazing work Sylvain, as usual, you've set the bar just a bit higher. This will make exploring these ROMs much easier with all the original references. Is it even sensible to explore if a subset of this could be copied into Extended Memory? If so, I can trim the CSV files to core info in an ascii file to download to ExtMem via HP-IL in a .dat file for PIL-Box use. Is this useful? --Bob Prosperi |
|||
02-22-2015, 04:43 PM
Post: #64
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-21-2015 07:25 AM)Ángel Martin Wrote: Here's the skeleton for the remaining ones as a jump start ;-) Angel, The listing that you gave me for the BOOKAPP ROM does not match what I see in the MLDL2K application. (look for <<<< entries) Code:
I have downloaded the last one (2015-02-14) from the forum. I will create the index file based on the one that I have and if you have a more recent one please post it here and I will update the index file with yours. Sylvain |
|||
02-22-2015, 07:56 PM
(This post was last modified: 02-24-2015 10:19 AM by Ángel Martin.)
Post: #65
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-22-2015 04:43 PM)Sylvain Cote Wrote: I will create the index file based on the one that I have and if you have a more recent one please post it here and I will update the index file with yours. Good catch, glad to see someone is awake (not me definitely...) See attached revision 1B with the updated function listing. Best, 'AM "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-24-2015, 01:36 AM
(This post was last modified: 02-24-2015 01:41 AM by Sylvain Cote.)
Post: #66
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Hello Angel,
About the seven times .not.equal. label on the BOOKAPS1 ROM. If I do a CAT 2, I see it. When I go to the label, I end up at the RCL b line which is line 6 in the manual but line 5 in the ROM. My understanding is that this label must be in RAM for the program to work correctly so I can understand why you removed it from the code, but I wonder why did you put it in the FAT section of the ROM ? Sylvain Edit: Forget the above question, I got it, it's not the LBL that must be in RAM but the XEQ. Nice optimization btw. 8-) |
|||
02-24-2015, 10:17 AM
(This post was last modified: 02-24-2015 10:22 AM by Ángel Martin.)
Post: #67
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Here's the current status of the project:
1. Done: PPC_APPS Module, posted previously. 2. Done: RAWFiles module, also posted before. 3. Modified the BOOK_APPS module : now called "WWD_APPS", it contains the examples from the Wickes, Wlodek and Dearing books. it is a 4k Module 4. just completed the "JARRET_APPS" module, 8k including both the X-Funct and Synthetic prog made easy. Also added a few addtnt'l programs to fill the empty space (like the Epson MX-80 Plot program) 4. just completed the "MCCRNAK_APPS" module - another 4k ROM, it contains the examples fro the McCornack/Jarret book, including the MCODE applets. Also added a few extra programs to fill it up to the top ;-) 5. Just completed the "GERMAN_APPS" module, 8k containing the examples from G. Kruse and A. Gosmann books 6. Still pending: CCD Manual Examples Module - saving the best for last ;-) Zip file attached with all these - also submitted to Monte for CL Library addition. "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-24-2015, 12:59 PM
Post: #68
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Wonderful!
Thank you so much for your hard work on this and thanks to Sylvain for his efforts. |
|||
02-24-2015, 02:07 PM
Post: #69
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-24-2015 10:17 AM)Ángel Martin Wrote: [snip] Thanks Angel! I like the revised naming scheme, makes it easier to know at a glance what is in each one. Good stuff!! Thanks also to Joe, Gene and Sylvain for the additional scanning. --Bob Prosperi |
|||
02-25-2015, 02:31 PM
Post: #70
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Hello Angel,
It seems that it's my turn to be in the dark now. I have read, re-read, re-re-read (6 times) the entire CT&R book but I still do not find the following labels: HELP, REMFL, RZ, TNe. Also, in the manual the labels T2 & T4 are for tones and clearly your T2/T4/TNe version is different. Could you light up my lantern please. Thanks! Best regards, Sylvain |
|||
02-25-2015, 04:32 PM
Post: #71
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
I can't check it now but those were the files in the .DAT file i received - so don't shoot the messenger... It's of course possible I got mixed up with other .DAT files, I'll double check later today.
Could they come from the Cary E. Reinstein System Dictionary? "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-25-2015, 04:57 PM
Post: #72
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-25-2015 04:32 PM)Ángel Martin Wrote: Could they come from the Cary E. Reinstein System Dictionary? Good guess! These programs are from the System Dictionary book: KA (ignore - duplicate) T2 (T4 and Tne likely in this same file) DC REMFL HELP RZ Hope that clears it up. Angel, suggest to include a tiny text file in the distribution zip along with the .MOD and .ROM files that notes which books the progams came from, unless obvious by title like JARRET, WWD, etc. --Bob Prosperi |
|||
02-25-2015, 05:40 PM
(This post was last modified: 02-25-2015 05:42 PM by Sylvain Cote.)
Post: #73
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-25-2015 04:32 PM)Ángel Martin Wrote: I can't check it now but those were the files in the .DAT file i received - so don't shoot the messenger... It's of course possible I got mixed up with other .DAT files, I'll double check later today. I am not shooting anybody, just asking questions. I known that you just converted the LIF/RAW files into ROM files, I was asking just in case you knew, nothing more. Please remember that even though I can communicate in english my thought process/writing style is from a french speaker living in north-america. So, if my previous message was offensive, I am very sorry it was not intentional. (02-25-2015 04:32 PM)Ángel Martin Wrote: Could they come from the Cary E. Reinstein System Dictionary? (02-25-2015 04:57 PM)rprosperi Wrote: Good guess! These programs are from the System Dictionary book: Thank you! I was so focus on the CT&R book that I completely ignored the possibility that the programs could be coming from another book. 8-( (02-25-2015 04:57 PM)rprosperi Wrote: Angel, suggest to include a tiny text file in the distribution zip along with the .MOD and .ROM files that notes which books the progams came from, unless obvious by title like JARRET, WWD, etc. Well, I think this is just what I am doing right now. Thank you all Best regards, Sylvain |
|||
02-25-2015, 06:26 PM
Post: #74
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-25-2015 05:40 PM)Sylvain Cote Wrote: Well, I think this is just what I am doing right now. I didn't know these catalogs were to included in the .zip, but yes of course that makes perfect sense; not sure what I was thinking (or wasn't). --Bob Prosperi |
|||
02-25-2015, 10:33 PM
Post: #75
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(02-25-2015 05:40 PM)Sylvain Cote Wrote: Please remember that even though I can communicate in english my thought process/writing style is from a french speaker living in north-america.Not at all Sylvain, your message was appropriate and absolutely right to the point. My usage of the idiom "don't shoot the messenger" was probably the wrong metaphor, I meant to say I included the programs as I received them in the .DAT file. Appreciate your inventory job, many thanks for keeping things to the spirit of the task. "To live or die by your own sword one must first learn to wield it aptly." |
|||
02-27-2015, 01:33 PM
Post: #76
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Here is a new update on the master index files
Master index files ... ROM: -PPC APPS [PPC ROM Manual Applications] Excel XLSX CSV sorted by Name+XROM+XREF Acrobat PDF sorted by Name+XROM+XREF Acrobat PDF sorted by Group+Linked+Function ROM: -PPC APP2 [PPC ROM Manual Applications] Excel XLSX CSV sorted by Name+XROM+XREF Acrobat PDF sorted by Name+XROM+XREF ROM: WWDAPPS [Synthetic Programming on the HP-41 by William C. Wickes, Extend your HP-41 by Wlodek Mier-Jedrzejowicz, Calculator Tips & Routines by John Dearing and HP-41/IL System Dictionary by Cary E. Reinstein] Excel XLSX CSV sorted by Name+XROM+XREF Acrobat PDF sorted by Name+XROM+XREF As usual, any comments and/or corrections are welcome. Best regards, Sylvain PS: Description of the files columns ... Name : ROM name as displayed in catalog 2 XROM : ROM number XREF : function number Type : MCODE (micro-code/binary), FOCAL (user-code/program) Function : function name Linked : main alpha label in a multi alpha labels program Group : group name normally based on the catalog 2 groups Reference #1 : first external reference Reference #2 : second external reference Reference #3 : third external reference Author(s) : author(s) of the function/program Description : summary description of the function/program |
|||
02-27-2015, 02:49 PM
Post: #77
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Thanks Sylvain. This is a big help not only for me, but for anyone who will be using these roms in the future! Very nice!
Just yesterday I sent more .raw files to Angel. It included a big adventure game program (GHOST and its loader) from the PPC Journal). It also included these games: Subhunt Star Raiders War Game Looner (lander) Super Detective Nim XOR game Gunfight That really (honestly) about does it from my perspective of finding programs from the PPC Journal. Datafile programs converted into bar code don't go all the way through all years yet, so there may be more to come. Thanks to all of you for the help getting these together. If you find or like a program from a source that isn't already duplicated or obsoleted by a faster mcode routine (No GCD focal programs, etc) :-) then call our attention to it and we will see what we can do. Thanks especially to Angel. Gene |
|||
03-01-2015, 10:42 AM
(This post was last modified: 03-03-2015 11:36 AM by Ángel Martin.)
Post: #78
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
The last one is now ready: CCD_APPS, including the programs from the manual plus many more from other sources (my own included) - all using CCD functions as the module theme.
If I'm correct this is it folks, a total of 40k in 7 modules... time for a break! PS.- I'll send a short QRG to Sylvain to clarify the additional ones. "To live or die by your own sword one must first learn to wield it aptly." |
|||
03-01-2015, 01:57 PM
Post: #79
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
Eagle-eyed Sylvain has reported a missing function in the WWDAPPS module. I checked the .DAT file I got and it wasn't there (surely a bar code for it wasn't available). I added it so it should be complete now, see attached.
"To live or die by your own sword one must first learn to wield it aptly." |
|||
03-03-2015, 02:18 AM
(This post was last modified: 03-03-2015 02:22 AM by Sylvain Cote.)
Post: #80
|
|||
|
|||
RE: Barcode -> .raw file project ---- help requested
(03-01-2015 01:57 PM)Ángel Martin Wrote: Eagle-eyed Sylvain has reported a missing function in the WWDAPPS module. I checked the .DAT file I got and it wasn't there (surely a bar code for it wasn't available). I added it so it should be complete now, see attached. Eagle-eyed may be, but the documents production is done at turtle speed, what a beast! LOL Mr. Angel, there is a missing FAT entry in the JARRETSP ROM. In the MC program, line 132, the label "," (comma) is not the FAT. in the Excel file I assumed XROM 18,61 for the LBL "," Based on several inputs, I have done a lot of modifications on the excel file. I have ... - merged the excel files into one file - added the quotes around the FOCAL labels - added the dependecies column - merged the reference columns - added the Input and Output columns for a future revision where I will add Input/output data for the functions/routines - added the ROM-HEADERS tab - added the ROM-FUNCTIONS tab - added a tab for each ROM page The Excel file can be found here (XLSX -> Excel XML Format). I am currently documenting the JARETT XF ROM As usual, any comments and/or corrections are welcome. Best regards, Sylvain edit: typo |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)