HP MC68360 User Manual page 227

Emulator / analyzer graphical user interface
Table of Contents

Advertisement

Q q O o
Octal (example: 377o or 377q).
D d (default)
Decimal (example: 2048d or 2048).
H h
Hexadecimal (example: 0a7fh).
You must precede any hexadecimal number that begins
with an A, B, C, D, E, or F with a zero.
Don't care digits may be included in binary, octal, or hexadecimal numbers. Don't
care digits are represented by the letters X or x. A zero must precede any numerical
value that begins with an "X". Example: xxx1b must be 0xxx1b.
Symbols A symbol database is built when the absolute file is loaded into the
emulator. Both global and local symbols can be used when entering expressions.
Global symbols are entered as they appear in the global symbols display. When
specifying a local symbol, you must include the name of the module ("anly.c") as
shown below.
anly.c:cmp_function
Operators Analysis specification expressions may contain operators. All
operations are carried out on 32-bit, two's complement integers. (Values which are
not 32 bits will be sign extended when expression evaluation occurs.)
The available operators are listed below in the order of evaluation precedence.
Parentheses are also allowed in expressions to change the order of evaluation.
-, ~
Unary two's complement, unary one's complement. The
unary two's complement operator is not allowed on
constants containing don't care bits.
*, /, %
Integer multiply, divide, and modulo. These operators are
not allowed on constants containing don't care bits.
+, -
Addition, subtraction. These operators are not allowed on
constants containing don't care bits.
&
Bitwise AND.
|
Bitwise inclusive OR.
Chapter 7: Using the Emulation-Bus Analyzer
Making Complex Trace Measurements
207

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mc68en36064780a

Table of Contents