M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 65

no-image

M68ICS05KJ

Manufacturer Part Number
M68ICS05KJ
Description
SIM PROGRAM FOR 68HC705KJ/J1A
Manufacturer
Freescale Semiconductor
Type
Simulator/Programmerr
Datasheet

Specifications of M68ICS05KJ

Contents
Programmer, Power Supply, Assembler/Simulator/Debugger, Cable, Software and Documentation
For Use With/related Products
68HC705KJ/JIA
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Example
5.4 ASSEMBLER OUTPUTS
5.4.1 Object Files
If you specify an object file in the command-line in the Program Item Properties in Windows,
using the S or H parameters, the object file is created during assembly. The object file has the
same name as the file being assembled, with the extension .HEX or .S19, depending on the
specification given:
In either case, the object code file produced by the CASM05W assembler is a text file containing
numbers that represent the binary opcodes and data of the assembled program. This object code
file can be sent to the MCU using a programmer or bootstrap program, at which time it is
converted to the binary format required by the target CPU.
The object filename depends on the choice made in the command line of the Windows Program
Item Properties. By default, the object filename is that of the file being assembled, with the
proper object file format extensions. An existing file with the same name will be overwritten.
M68ICS05KJOM/D
C:\P&E\CASM05#.EXE MYFILE S L D
Filename: Required parameter specifying the pathname and filename of the
CASM05W assembler executable
S: Optional parameter to general Motorola .S19 S-Record object file
L: Optional parameter to general an .LST listing file
D: Optional parameter to generate P&E .MAP debugging file
H: Optional parameter to generate Intel HEX object file
C: Optional parameter to show cycle counts in listing file
M: Optional parameter to expand MACROS is listing file
I: Optional parameter to expand INCLUDE files in listing file
Q: Optional parameter to suppress screen writes except errors
Motorola uses the S-Record 8-bit object code file format for object files. For more
information, see Appendix A: S-Record Information.
.HEX is the Intel 8-bit object code format.
ASSEMBLER INTERFACE
5-5

Related parts for M68ICS05KJ