M68ICS05KJ Freescale Semiconductor, M68ICS05KJ Datasheet - Page 207

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
VAR
The VAR command displays the specified address and its contents in the Variables window for
viewing during code execution. Variants of the command display a byte, a word, a long, or a
string. As the value at the address changes, the variables window updates the value. The
maximum number of variables is 32.
In ASCII displays of variables, control characters or other non-printing characters appear as
periods (.). Byte, word, long, or string variants determine the display format:
The optional <n> parameter specifies the number of string characters to be displayed; the default
value is 1. The <n> parameter has no effect for byte, word, or long values.
Syntax:
where:
Examples:
M68ICS05KJOM/D
VAR
VAR C0
VAR
VAR
VAR
<address>
.B D4
.W E0
.S C0 5
[.B|.W|.L|.S] <address> [<n>]
Byte (.B): hexadecimal and binary (the default)
Word (.W): hexadecimal and decimal
Long (.L): hexadecimal and decimal
String (.S): ASCII characters
<n>
The address of the memory variable.
Optional number of characters for a string variable; default value is
1, does not apply to byte or word variables.
Show byte value of address C0 (hex and binary)
Show byte value of address D4 (hex and binary)
Show word value of address E0 (hex & decimal)
Show the five-character ASCII string at address C0
DEBUGGING COMMAND SET
Display Variable
7-91

Related parts for M68ICS05KJ