home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / rs60-2.dms / rs60-2.adf / Docs / RCL.doc < prev    next >
Encoding:
Text File  |  1994-04-20  |  1.3 KB  |  25 lines

  1. This file describes the purpose and use of the ReSource Command Language  and
  2. associated files.
  3.  
  4. The file "CFuncs.rcl" is a ReSource Command Language file that can be used as
  5. an aid in disassembling Aztec "C" programs.  Begin by selecting the  function
  6. "SPECIAL  FUNCTIONS/Run  .rcl file", and supplying the pathname of this file,
  7. wherever you put it on your system.  This file tells ReSource how to find any
  8. standard Aztec "C" functions  that  are  present  in  the  executable.   When
  9. ReSource  finds  one,  it  executes  the  commands within the file, to create
  10. appropriate labels,  symbols,  and  comments,  as  well  as  set  data  types
  11. appropriately.
  12.  
  13. This particular ".rcl" file should be used before  the  "PROJECT/Disassemble"
  14. function is used, but after any base register conversions are done.
  15.  
  16. Actually, there are a few things in  "CFuncs.rcl"  that  will  be  useful  in
  17. programs  other  than  Aztec  "C" executables, so it may be beneficial to use
  18. this on any program that you start disassembling.
  19.  
  20. Because the ReSource Command Language in  is  still  under  development,  and
  21. because  it  is  currently  very  difficult  to program, the command language
  22. itself will not be documented at this point in time.   It  is  expected  that
  23. other  ".rcl"  files will become available later, depending on how .rcl files
  24. are accepted by users.
  25.