72
Source start
address
Source end
address
Destination
address
Source start
address
Source end
address
Destination
address
Source start
address
Source end
address
Destination
address
Proper Data Movement
Improper Data Movement
In this example, the source start address is
smaller than the destination address and the
destination address is equal to or smaller
than the source end address. Consequently,
the data is not transferred correctly.
Compare Command
Purpose:
To compare two blocks of data
Format:
(start address 1)<(start address 2).(end address 2)
Remarks:
Compares the data stored from (start address 2) to (end address 2) to a
block of data of the same size beginning at (start address 1). If the contents
of the two address ranges differ, the corresponding address(es) where the
data is not the same is displayed with its contents.
Example:
Enter:
*C3000<4000.4007
↵
Displayed:
4003-FF (03)
Enter:
*3000.3007
↵
Displayed:
3000-00 01 02 03 04 05 06 07
Enter:
*4000.4007
↵
Displayed:
4000-00 01 02 FF 04 05 06 07
Example Remarks:
In the above example, data stored in addresses 3000 to 3007 is compared
with data stored in addresses 4000 to 4007. In this example, the data stored
in address 3003 has been found to differ from the data stored in address
4003. Consequently, the data stored in address 4003 (FF) and the data
stored in address 3003 (03) are displayed.
Register Command
Purpose:
To display or change the contents of a register.
Format:
R(register) = (data)
Monitor Mode Commands
Section 5-3
Summary of Contents for SYSMAC C200H-ASC02
Page 1: ...Cat No W165 E1 04 ASCII Unit SYSMAC C200H ASC02 ...
Page 2: ...C200H ASC02 ASCII Unit Operation Manual Revised September 2002 ...
Page 3: ...iv ...
Page 5: ...vi ...
Page 7: ...TABLE OF CONTENTS viii Glossary 159 Index 163 Revision History 165 ...
Page 122: ...Appendix B Specifications 115 130 35 100 5 ...
Page 168: ...Cat No W165 E1 04 C200H ASC02 ASCII Unit OPERATION MANUAL ...