M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 84

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
SIMULATOR USER INTERFACE
6-4
Script Files are plain ASCII text files containing ICS05KJW simulator commands.
You may use any command in the ICS05KJ command set in script files. Running the
script file then has the effect of entering the commands in it in the ICS05KJW
command line. You can create script files in the WinIDE editor, or you can use files
created by other text editors following these rules:
Listing Files display each line of source code and the resulting (assembled or
compiled) object code. Listing files show exactly how and where each code was
assembled.
Enter each command on its own line.
Preface comments with a semi-colon.
Use commands from the ICS05KJW command set and WAIT.
If you specify a listing file in the environment settings, it is created during
assembly. The listing file will have the same name as the file being assembled,
with the .LST extension, and will overwrite any previous file with the same
name.
Listing files contains these fields in the following format:
AAAA [CC] VVVVVVVV LLLL Source Code . . . .
Where:
AAAA
[CC]
VVVVVVVV
LLLL
Source code
At the end of the listing file is the symbol table listing every label and its
value.
First four hexadecimal digits are the address of the
command in the target processor memory.
The number of machine cycles used by the opcode. This
value, which always appears in brackets, is a decimal value.
If an instruction has several possible cycle counts (as would
be the case when the assembler encounters a branch
instruction) and the assembler cannot determine the actual
number of cycle counts, the CC field will show the best
case (lowest number).
Hexadecimal digits (the number of which depends on the
actual opcode) representing values put into that memory
address.
Line count.
The actual source code
M68ICS05KJOM/D

Related parts for M68ICS05KJ