4-2
Section
Programming Console Operations
104
15. The second operand is input as a signed integer.
CONT
#
SHIFT
TR
00203 ADB DATA B
#+00000
Input the value of the operand from –32,768 to 32,767. Use the SET Key to
input a positive number, and use the RESET Key to input a negative number.
RESET
B
1
A
0
00203 ADB DATA B
#Ć00010
Note
If an erroneous input is made, press the CLR Key to restore the status
prior to the input. Then enter the correct input.
16. Restore the hexadecimal display.
SHIFT
TR
00203 ADB DATA B
#FFF6
WRITE
00203 ADB DATA C
000
•
Writing a Word Address (DM 0000)
17. Input the final operand and then press the WRITE Key. (It isn’t necessary to
input leading zeroes.)
DM
EM
00203 ADB DATA C
DM 0000
WRITE
00204READ
NOP (000)
4-2-10 Instruction Search
This operation is used to find occurrences of the specified instruction in the pro-
gram and is possible in any mode.
RUN
MONITOR
PROGRAM
OK
OK
OK
The ON/OFF status of any displayed bit will be shown if the PC is in RUN or
MONITOR mode.
1, 2, 3...
1. Press the CLR Key to bring up the initial display.
2. Input the address from which the search will begin and press the Down
Arrow Key. It is not necessary to input leading zeroes.
B
1
A
0
A
0
↓
00100READ
TIM 001
3. Input the instruction to be found and press the SRCH Key. In this case, the
search is for OUT 01000.
In this case, the next OUT 01000 instruction is at address 200, as shown
below.
OUT
B
1
A
0
A
0
A
0
SRCH
00200SRCH
OUT 01000
4. Press the Down Arrow Key to display the instruction’s operands or press the
SRCH Key to search for the next occurrence of the instruction.