Programming Console Operations | Section | |
|
|
|
12. Input the next instruction (ADB).
| F | A | 00203 |
FUN | 5 |
| 0 ADB (050) |
|
|
Press the WRITE Key to write the instruction to Program Memory.
00203 ADB DATA A
WRITE | 000 |
|
•Writing an Unsigned Decimal Number
13.The first operand is input as an unsigned integer.
CONT |
| 00203 ADB DATA A | |
SHIFT TR NOT | #00000 | ||
| |||
# |
| ||
|
|
Input the value of the operand from 0 to 65535.
C | F |
| 00203 ADB DATA A |
2 | 5 | 6 | #00256 |
|
|
|
|
Note If an erroneous input is made, press the CLR Key to restore the status prior to the input. Then enter the correct input.
14. Restore the hexadecimal display.
| 00203 ADB DATA A |
SHIFT TR | #0100 |
|
Note If an input is made outside of the permissible range, a buzzer will sound and the hexadecimal display will not be displayed.
WRITE
00203 ADB DATA B
000
15. The second operand is input as a signed integer.
CONT |
| 00203 ADB DATA B |
SHIFT TR |
| |
| #+00000 | |
# |
| |
|
|
Input the value of the operand from
B | A | 0 | 00203 ADB DATA B |
RESET 1 |
| #)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.
| 00203 ADB DATA B |
SHIFT TR | #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.)
EM
DM
00203 ADB DATA C DM 0000
WRITE
00204READ NOP (000)
86