Using the 177Bug Debugger

Expression as a Parameter

An expression can be one or more numeric values separated by the arithmetic operators:

Plus (+)

Minus (-)

Multiplied by (*)

Divided by (/)

Logical AND (&)

Shift left (<<)

Shift right (>>)

Numeric values may be expressed in either:

Hexadecimal

Decimal

Octal

Binary

by immediately preceding them with the proper base identifier.

Data Type

Base

IdentiÞer

Examples

 

 

 

 

Integer

Hexadecimal

$

$FFFFFFFF

 

 

 

 

Integer

Decimal

&

&1974, &10-&4

 

 

 

 

Integer

Octal

@

@456

 

 

 

 

Integer

Binary

%

%1000110

 

 

 

 

If no base identifier is specified, then the numeric value is assumed to be hexadecimal.

B

B-29

Page 109
Image 109
Motorola MVME177 manual Expression as a Parameter, Data Type Base IdentiÞer Examples