Entering Debugger Command Lines
http://www.mcg.mot.com/literature
4-3
4
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 (<<), or shift right (>>).
Numeric values may be expressed in either hexadecimal, decimal, octal, or
binary by immediately preceding them with the proper base identifier.
If no base identifier is specified, then the numeric value is assumed to be
hexadecimal.
A numeric value may also be expressed as a string literal of up to four
characters. The string literal must begin and end with the single quote mark
(’). The numeric value is interpreted as the concatenation of the ASCII
values of the characters. This value is right-justified, as any other numeric
value would be.
Evaluation of an expression is always from left to right unless parentheses
are used to group part of the expression. There is no operator precedence.
Sub-expressions within parentheses are evaluated first. Nested
parenthetical sub-expressions are evaluated from the inside out.
Data Type
Base
Identifier
Examples
Integer
Hexadecimal
$
$FFFFFFFF
Integer
Decimal
&
&1974, &10-&4
Integer
Octal
@
@456
Integer
Binary
%
%1000110
String
Literal
Numeric Value
(In Hexadecimal)
’A’
41
’ABC’
414243
’TEST’
54455354
Содержание MVME162LX 200 Series
Страница 1: ...MVME162LX 200 300 Series Embedded Controller Installation and Use V162LX2 3A IH3 ...
Страница 6: ......
Страница 14: ...xiv ...
Страница 66: ...1 52 Computer Group Literature Center Web Site Board Level Hardware Description 1 ...
Страница 84: ...2 18 Computer Group Literature Center Web Site Hardware Preparation and Installation 2 ...
Страница 108: ...3 24 Computer Group Literature Center Web Site Debugger General Information 3 ...
Страница 156: ...IOT Command Parameters for Supported Floppy Types B 6 Computer Group Literature Center Web Site B ...
Страница 158: ...C 2 Computer Group Literature Center Web Site C ...
Страница 164: ...Ethernet Interconnections E 2 Computer Group Literature Center Web Site E ...
Страница 200: ...J 4 Computer Group Literature Center Web Site J ...
Страница 208: ...Index IN 8 Computer Group Literature Center Web Site I N D E X ...