3-6
Section
Programming Console Operations
91
1, 2, 3...
1. Bring up the initial display.
2. Input the desired address. It is not necessary to input leading zeroes.
C
2
A
0
A
0
00200
3. Press the Down Arrow Key.
↓
00200READ OFF
LD 00000
Note The ON/OFF status of any displayed bit will be shown if the PC is in
RUN or MONITOR mode.
4. Press the Up and Down Arrow Keys to scroll through the program.
↓
00201READ ON
AND 00001
↑
00200READ OFF
LD 00000
3-6-8 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. 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
↓
00100
TIM 001
3. Input the instruction to be found and press the SRCH Key. In this case, the
search is for LD instructions. (The LD Key and then the SRCH Key were
pressed.)
In this case, the next LD instruction is at address 200, as shown below.
LD
A
0
SRCH
00200SRCH
LD 00000
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.
5. The search will continue until an END instruction or the end of Program
Memory is reached. In this case, an END instruction was reached at
address 6000.
SRCH
03197SRCH
END (01)(03.2KW)
3-6-9 Bit Operand Search
This operation is used to find occurrences of the specified operand bit 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.