HP 64767 User Manual page 202

Emulation/analysis
Table of Contents

Advertisement

Chapter 7: Using the Emulation Analyzer
Qualifying Trigger and Store Conditions
H h
Don't care digits may be included in binary, octal, or hexadecimal numbers and
they are represented by the letters X or x. A zero must precede any numerical value
that begins with an "X".
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.
-, ~
*, /, %
+, -
&
|
Values, symbols, and operators may be used together in analysis specification
expressions. For example, if the local symbol exists, the following is a valid
expression:
module.c:symb+0b67dh&0fff00h
202
Hexadecimal (example: 0a7fh).
You must precede any hexadecimal number that begins
with an A, B, C, D, E, or F with a zero.
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.

Advertisement

Table of Contents
loading

This manual is also suitable for:

80186/8/xl/ea/eb

Table of Contents