20 lines
348 B
Markdown
20 lines
348 B
Markdown
# basic S5
|
|
|
|
| | |
|
|
|----|----
|
|
| A | and
|
|
| AN | and not
|
|
| DO | execute following operation with..
|
|
| >\<F| not equal
|
|
| !=F| equal
|
|
| +F | add ACCU1 + ACCU2
|
|
| JC | jump conditional
|
|
| JU | jump unconditional
|
|
| L | load
|
|
| O | or
|
|
| ON | or not
|
|
| R | reset if RLO is 1
|
|
| RB | binary reset formal operand
|
|
| S | set if RLO is 1
|
|
| SD | run a timer
|