5-2SectionEntering the Program
69
6. Input AND, NOT and bit address 00103.
AND NOT B1A0D300002
AND NOT 00103
7. Press the WRITE Key to write the instruction to Program Memory. The next
program address will be displayed.
WRITE 00003READ
NOP (000)
8. Input the OUT instruction and bit address 00900.
OUT 9A0A000003
OUT 00900
9. Press the WRITE Key to write the instruction to Program Memory. The next
program address will be displayed.
WRITE 00004READ
NOP (000)
(2) to (11) Writing Steps 00004 to 00038
Enter steps 00004 to 00038 as follows:
(2) 00004 LD 9A0A0WRITE
00005 AND NOT A0WRITE
00006 AND NOT B1A0A0D3WRITE
00007 OUT B1A0A0C2WRITE
(3) 00008 LD 9A0A0WRITE
00009 AND A0WRITE
00010 AND NOT B1A0C2WRITE
00011 AND NOT B1B1A0A0WRITE
00012 OUT B1A0A0A0WRITE
(4) 00013 LD B1A0C2WRITE
00014 OUT B1B1A0B1WRITE
(5) 00015 LD 9A0A0WRITE
00016 AND B1A0C2WRITE
00017 AND NOT B1B1A0C2WRITE
00018 OUT B1B1A0D3WRITE