home *** CD-ROM | disk | FTP | other *** search
- This file describes the purpose and use of the ReSource Command Language and
- associated files.
-
- The file "CFuncs.rcl" is a ReSource Command Language file that can be used as
- an aid in disassembling Aztec "C" programs. Begin by selecting the function
- "SPECIAL FUNCTIONS/Run .rcl file", and supplying the pathname of this file,
- wherever you put it on your system. This file tells ReSource how to find any
- standard Aztec "C" functions that are present in the executable. When
- ReSource finds one, it executes the commands within the file, to create
- appropriate labels, symbols, and comments, as well as set data types
- appropriately.
-
- This particular ".rcl" file should be used before the "PROJECT/Disassemble"
- function is used, but after any base register conversions are done.
-
- Actually, there are a few things in "CFuncs.rcl" that will be useful in
- programs other than Aztec "C" executables, so it may be beneficial to use
- this on any program that you start disassembling.
-
- Because the ReSource Command Language in is still under development, and
- because it is currently very difficult to program, the command language
- itself will not be documented at this point in time. It is expected that
- other ".rcl" files will become available later, depending on how .rcl files
- are accepted by users.
-