HP 68000 Series User Manual page 440

Debugger/simulator
Table of Contents

Advertisement

Chapter 10: Expressions and Symbols in Debugger Commands
Expression Elements
Operators
( )
[ ]
->
.
~
!
++
--
sizeof
*
/
%
+
<<
>>
<
<=
>
>=
==
!=
&
^
|
&&
||
=
+=
-=
*=
/=
,,
C+ + Operators
The debugger also supports C+ + operators: ::, ., -> , and &.
Debugger Operators
The debugger uses some characters as special debugger operators. These
debugger operators and their descriptions are listed in the following table:
Operator
Description
[ ]
References the contents of a memory location. For example:
Expression Display_Value [0x20b0]
#
Identifies a line number. For example:
Program Run Until #82
418
Supported C Operators
(type)
*
%=
&=
^=
|=
Debugger Operators
&
<<=
>>=
Order of Association
Left to right
Right to left
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Left to right
Right to left
Left to right

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents