Short: MC680x0 reass., new features added. Author: truehsen@aol.com (Tim Ruehsen) Uploader: christianw on-line de (Christian Wasner) Type: dev/asm Architecture: m68k-amigaos Tim Ruehsen, the author of IRA asked me to upload the IRA sources into Aminet. He cannot do this by himself because he doesn't own an Amiga anymore, so he has no access to his archives. This is definitely not the latest version of the sourcecode. The latest version (68060 + FPU support) got lost. Send any questions to truehsen@aol.com. Here the original text from the last public change of IRA: IRA is version V1.03 of my ReAssembler. Reassembler means that IRA translates any executable or binary file into an assembler sourcecode that might immediately be translated back by an assembler. E.g., you can do that with a debugging option. After that you can examine that program with any debugger. That's fine for finding and analysing viruses, repairing old programs, even optimising alien programs. V1.03beta o Text in DATA hunks is now recognised. o Much better -TEXT=1 option. o Removed the -TEXT=2 option. o A stand-alone postprocessor for symbolizing library calls is added. See irapost.doc. o A new pass (PASS 0) is added for finding data in CODE hunks. It is switched on by the new -PREPROC option. o Symbol hunks are now processed and symbols inserted into the source. o Resident structures are searched for and extra symbols set. That means .library and .device files are much better deassembled. o The new command-line option -CONFIG is added. Coming up with this is a an edible .cnf file. Tim Ruehsen.