M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 215

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
The example project consists of 12 source code files created in the WinIDE editor. The files are
then assembled into *.ASM files using WinIDE Assemble/Compile toolbar button. The 12 files
are then listed in a separate file MAIN.ASM.
The MAIN.ASM file consists of $INCLUDE functions, each followed by the filename for the
source code file, followed by an optional comment describing the function of the code in that
file. Using the $INCLUDE function in a main file lets you organize your source code logically
into a number of small files, ultimately making it easier to develop, manage, and work with the
source code. For more information about using the $INCLUDE function, see paragraph 5.6.4.
The example MAIN.ASM file:
***********************************************************
Include files
***********************************************************
$include "equates.asm"
$include "init.asm"
$include "charge.asm"
$include "dcharge.asm"
$include "options.asm"
$include "misc.asm"
$include "readv.asm"
$include "isr.asm"
$include "display.asm"
$include "eeprom.asm"
$include "text.asm"
$include "vectors.asm"
8.2.3 Assemble the Project
Now you are ready to assemble your project. In the WinIDE, follow these steps:
M68ICS05KJOM/D
1. With the MAIN.ASM file in the active window, press the Assemble/Compile File
2. The assembler concatenates the files in the source code window, assembles them, and
3. If the assembler encounters errors during assembly, the assembler stops and the first
4. Continue assembling, debugging, and editing the source files until the assembly
button (third button from the left) on the WinIDE toolbar to start the assembler from
the WinIDE editor.
creates the output MAIN.ASM file. MAIN.ASM replaces any previous assembly code
file of the same name in the same directory.
error is displayed highlighted in red in the source file. To correct the errors, click on
the Debugger (EXE1) toolbar button (left-most button) on the WinIDE toolbar to
open or move to the ICS05KJW simulator to debug the source code. When you have
finished debugging the code in the ICS05KJW simulator, return to the WinIDE editor
by clicking the Back to Editor button (the left-most button) in the ICS05KJW toolbar.
completes successfully.
EXAMPLE PROJECT
8-3

Related parts for M68ICS05KJ