M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 69

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
When the assembler encounters the CYCLE_ADDER_ON directive, it clears the cycle adder.
The cycle adder starts a running total of instruction cycles as subsequent instructions are
assembled. For instructions that have variables numbers of instruction cycles, the cycle adder
uses the smallest number.
When the assembler encounters the CYCLE_ADDER_OFF directive, it writes the current cycle-
adder value to the .LST file and disables the cycle adder.
BASE ^
CYCLE_ADDER_OFF
CYCLE_ADDER_ON
INCLUDE ^
MACRO ^
MACROEND
RAMEND ^
RAMSTART ^
SET
SETNOT
IF or IFNOT
ELSEIF
ENDIF
M68ICS05KJOM/D
Conditional Directive
Directive
Change the default input base to binary, octal, decimal, or hexadecimal
Stop accumulating instruction cycles and print the total
Start accumulating instruction cycles
Include specified file in source code
Create a macro
End a macro definition
Set logical end of RAM space
Set default for ramloc pseudo operation
Sets the value of its parameter to true.
Maximum number of SETs is 25.
Sets the value of its parameter to false.
Maximum number of SETNOTs is 25.
Determines the block of code to be used for conditional assembly; the code
between the IF and ENDIF will be assembled if the given parameter value is
true; the code between IFNOT and ENDIF will be assembled if the
parameter value is false.
Provides alternative to ENDIF when precedes ENDIF; for example, if the
parameter value is true, the code between IF and ELSEIF will be
assembled, but the code between ELSEIF and ENDIF will not be
assembled. If the parameter value is false, code between IF and ELSEIF will
not be assembled, but code between ELSEIF and ENDIF will be assembled.
ELSEIF gives the same alternative arrangement to a directive sequence that
begins with IFNOT.
See IF, IFNOT, ELSEIF
Table 5-2. Assembler Directives
Action
Action
ASSEMBLER INTERFACE
5-9

Related parts for M68ICS05KJ