Table 6-1. Pseudo-Code Symbol Definitions; Table 6-2. Faults Applicable To All Instructions - Intel i960 Jx Developer's Manual

Microprocessor
Table of Contents

Advertisement

INSTRUCTION SET REFERENCE

Table 6-1. Pseudo-Code Symbol Definitions

=
Assignment
==, !=
Comparison: equal, not equal
<, >
less than, greater than
<=, >=
less than or equal to, greater than or equal to
<<, >>
Logical Shift
**
Exponentiation
&, &&
Bitwise AND, logical AND
|, ||
Bitwise OR, logical OR
^
Bitwise XOR
~
One's Complement
%
Modulo
+, -
Addition, Subtraction
*
Multiplication (Integer or Ordinal)
/
Division (Integer or Ordinal)
#
Comment delimiter

Table 6-2. Faults Applicable to All Instructions

Fault Type
Subtype
MARK
TRACE
INSTRUCTION
6-4
Description
A Mark Trace Event is signaled after completion of an
instruction for which there is a hardware breakpoint
condition match. A Trace fault is generated when TC.mk is
set.
An Instruction Trace Event is signaled after instruction
completion. A Trace fault is generated when both PC.te
and TC.i=1.

Advertisement

Table of Contents
loading

Table of Contents