M68ICS05C Freescale Semiconductor, M68ICS05C Datasheet - Page 70

no-image

M68ICS05C

Manufacturer Part Number
M68ICS05C
Description
SIM PROGRAM FOR 68HC705C8A/C9A
Manufacturer
Freescale Semiconductor
Type
Simulator/Programmerr
Datasheet

Specifications of M68ICS05C

Contents
Programmer, Power Supply, Assembler/Simulator/Debugger, Cable, Software and Documentation
For Use With/related Products
68HC705C8A/C9A
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
ASSEMBLER INTERFACE
BASE ^
CYCLE_ADDER_OFF
CYCLE_ADDER_ON
INCLUDE ^
MACRO ^
MACROEND
RAMEND ^
RAMSTART ^
SET
SETNOT
IF or IFNOT
ELSEIF
ENDIF
5-10
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
M68ICS05COM/D

Related parts for M68ICS05C