72
4-3-15 Signed Decimal Monitor
This operation converts the contents of the specified word from signed hexa-
decimal (two’s complement format) to signed decimal for display. The opera-
tion can be executed while using I/O monitoring, multiple address monitoring
or 3-word monitoring.
RUN MONITOR PROGRAM
OK OK OK
1, 2, 3... 1. Monitor the word that is to be used for decimal monitor with sign. During mul-
tiple address monitoring, the leftmost word will be converted.
(Multiple address monitor)
c000 cL00 20000
FFF0 0000 ^OFF
2. Press the SHIFT+TR Keys to display the leftmost word as signed decimal.
SHIFT TR
c000
Ć00016
At this point, the contents of the displayed word can be changed with a
signed-decimal input. Refer to 4-3-21 Signed Decimal Data Modification.
3. Press the CLR Key or the SHIFT+TR Keys to end the unsigned decimal dis-
play and return to normal monitoring.
CLR
c000 cL00 20000
FFF0 0000 ^OFF
4-3-16 Unsigned Decimal Monitor
This operation is used to convert hexadecimal data in a word to unsigned
decimal for display. The operation can be executed while using I/O monitor-
ing, multiple address monitoring or 3-word monitoring.
RUN MONITOR PROGRAM
OK OK OK
1, 2, 3... 1. Monitor the word that is to be used for decimal monitor without sign. During
multiple address monitoring, the leftmost word will be converted.
Multiple address monitoring
c000 cL00 20000
FFF0 0000 ^OFF
2. Press the SHIFT+TR+NOT Keys to display the leftmost word as unsigned
decimal.
SHIFT TR
NOT
c000
65520
At this point, the contents of the displayed word can be changed with an
unsigned-decimal input. Refer to 4-3-22 Unsigned Decimal Data Modifica-
tion.
3. Press the CLR Key or the SHIFT+TR Keys to end the unsigned decimal dis-
play and return to normal monitoring.
CLR
c000 cL00 20000
FFF0 0000 ^OFF
Programming Console Operations
Section 4-3