home *** CD-ROM | disk | FTP | other *** search
- Short: ColdFire Assembler v1.09
- Author: Stephen.Smith@defiant.com.au (Stephen Smith)
- Uploader: Stephen.Smith@defiant.com.au (Stephen Smith)
- Type: dev/cross
-
- Cfasm is a freeware assembler for use with Motorola ColdFire
- processors.
-
- It has been adapted from an original version by Motorola
- and enhanced with many features, such as conditional assembly,
- include files, higher core instructions and local labels etc...
-
- Cfasm supports ColdFire 52xx, 5307 and 5407 processors. Code
- output may be raw binary, S-Records or a custom object code
- format (GeckoOS).
-
- --------------------------------------------------------------
- Installation
- --------------------------------------------------------------
- Simply copy cfasm into your c: directory or in any system
- path.
-
- --------------------------------------------------------------
- Sample
- --------------------------------------------------------------
- A simple assembler file is included in the codetest directory.
- Try the following:-
-
- cfasm -l test.s
-
- This will produce a listing of the assembled file. The assembler
- is different in that most common macro functions are built-in.
- Macro functions are not supported yet.
-
- --------------------------------------------------------------
- Documentation
- --------------------------------------------------------------
- The documentation gives a general overview of the assembler,
- however as this is a work in progress, the documentation needs
- more work.
-
-
- For more information please contact:-
- Stephen.Smith@defiant.com.au
-
- http://www.defiant.com.au
-