home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / dev / cross / cfasm.readme < prev    next >
Text File  |  2000-08-22  |  2KB  |  47 lines

  1. Short:    ColdFire Assembler v1.09
  2. Author:   Stephen.Smith@defiant.com.au (Stephen Smith)
  3. Uploader: Stephen.Smith@defiant.com.au (Stephen Smith)
  4. Type:     dev/cross
  5.  
  6.    Cfasm is a freeware assembler for use with Motorola ColdFire
  7.    processors.
  8.    
  9.    It has been adapted from an original version by Motorola
  10.    and enhanced with many features, such as conditional assembly,
  11.    include files, higher core instructions and local labels etc...
  12.    
  13.    Cfasm supports ColdFire 52xx, 5307 and 5407 processors. Code
  14.    output may be raw binary, S-Records or a custom object code
  15.    format (GeckoOS).
  16.    
  17.    --------------------------------------------------------------
  18.    Installation
  19.    --------------------------------------------------------------
  20.    Simply copy cfasm into your c: directory or in any system
  21.    path.
  22.  
  23.    --------------------------------------------------------------
  24.    Sample
  25.    --------------------------------------------------------------
  26.    A simple assembler file is included in the codetest directory.
  27.    Try the following:-
  28.  
  29.    cfasm -l test.s
  30.    
  31.    This will produce a listing of the assembled file. The assembler
  32.    is different in that most common macro functions are built-in.
  33.    Macro functions are not supported yet.
  34.  
  35.    --------------------------------------------------------------
  36.    Documentation
  37.    --------------------------------------------------------------
  38.    The documentation gives a general overview of the assembler,
  39.    however as this is a work in progress, the documentation needs
  40.    more work.   
  41.  
  42.  
  43.    For more information please contact:-
  44.    Stephen.Smith@defiant.com.au
  45.  
  46.    http://www.defiant.com.au
  47.