    DisasmAOF  George K. Saliaris, 1993
  

   !DisasmAOF takes an AOF (Arm Object Format) file and generates an Objasm
  assembler source textfile. The conversion process is geared towards AOF
  files produced by Norcroft C Compiler.

   The program uses all available information to construct the closest
  representation of the original source. The program handles automatically the
  following data contained in AOF file:

          - Global and local symbol information
          - Relocation directives (PC-relative & additive)
          - Automatic handling of Bcc/BLcc instructions
          - Automatic handling of ADRcc Rx,label/LDRcc Rx,label instructions
          - Automatic generation of appropriate labels
          - Automatic handling of ASCII string literals
          - Supports CODE, DATA and NOINIT areas. Ingores DEBUG areas.
          - FPE instructions displayed as data and comments
          - APCS-RISC OS register bindings used for displaying assembler output

   I wrote this program to understand how RISC_OSLib operates, in order to
  debug my programs. Please note that you should not use !DisasmAOF
  application to infringe any software copyrights.

   Feel free to contact me for latest version, comments, bugs or whatever:

  Mail:    George Saliaris
            Veriti 7
             Chios  821 00
              GREECE

  Fax:    +30-271-41355
