163
Programming Console Operations Section 7-3
dress 397. The total amount of memory used by the user program will also
be displayed, and is 0.4 Kwords in this case.
7-3-9 Bit Operand Search
This operation is used to find occurrences of the specified operand bit in the
program and is possible in any mode.
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 operand address. It is not necessary to input leading zeroes.
3. Press the SRCH Key to begin the search.
4. Press the SRCH Key to search for the next occurrence of the operand bit.
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 ad-
dress 397. The total amount of memory used by the user program will also
be displayed, and is 0.4 Kwords in this case.
SRCH
00397SRCH
END (001)00.4KW
RUN MONITOR PROGRAM
OK OK OK
SHIFT
CONT
#
F
5
CONT SRCH
LD 00005
SRCH
123CONT SRCH
LD 00005
SRCH
255CONT SRCH
AND NOT 00005
SRCH
00397CONT SRCH
END (001)00.4KW