NET YAROZE DATA MANAGER --- July 15, 2002 By Ben James (~madmonk) e-mail: meep42@clara.co.uk --- INTRO --- The program will take all your binary files and work out the relevant memory addresses for you. You just provide a list of the files you want. You get back two strings which you can copy-and-paste to the appropriate locations. The first is your batch file for Siocons and the second, your #define values. --- WHAT TO DO --- Upon running the program you will be presented with the one and only screen you will have to deal with. - Click "ADD" to add your binary/raw files. You can select one or more files from the file requester. Your file names will then appear in the top half of the dialog. The relevant file sizes, in bytes, is tacked on the end of each entry. - To remove a file, highlight it from the list-box and click "REMOVE". - Files can be re-ordered by selecting an entry and pressing Move Up or Move Down. - Select Longword Align Output to force data files to align to 4 bytes boundaries - If you want to create a single data file from all your raw files, click the "CREATE" button. You will be presented with a file-requester which, uh, requests an output file name. If you do this make sure you check the "SINGLE FILE" check-box before copying the Batch File string. This will alter the batch file string to a single entry. This area of the program is still a bit 'basic' to say this least. But, if you have a vague idea what you're doing - you should be ok. Creating a single file is advantageous because it's quicker to upload and you only need to set up you batch file once. - The "Base Address" edit box contains the start address which your files will be loaded into. Ensure that you click the "REDO" button if you change this value. - For those of you ambitious enough to be taking on more the one project at once, you can save various set-ups for later recall. At the top of the main window there are 3 controls to accomodate this particular perversion. The combo-box at the top left of the main dialog contains the current project name. Press "NEW" to clear everything or press "SAVE" to save the current selections under the current project name. Hopefully, that should all be pretty straight forward. - Click "ABOUT" to find out what version you are using. - Pressing "EXIT" to leave the program. Make sure you have saved your project first if you need to. --- MORE --- SYSTEM REQUIREMENTS: A PC and Microsoft Windows 95 or better. CONDITIONS OF USE: Provided "as is" without warrenty For non-commercial use. --- HISTORY --- v1.3 Added: Longword alignment in output file Added: Alighment, single file and base address stored for each project Added: Updated about box v1.2 Added: 32-bit build Fixed: CTL3D routines removed as they a redundant Added: Move up and move down buttons to file list Added: END_OF_DATA constant to define string Fixed: ??? replaced with 'yaroze' for default data file name Added: Revert button Fixed: Combo box selection change bug Added: New icon v1.1 Added: Ability to delete projects Added: Single File is now default v1.0 Added: CTL3D support v0.91b Fixed: Bug for creating single data files Added: Automatically update when files change size v0.9b Initial release