looks simple; But not ...:)

-> means writes into.
- means numerical subtraction

There are three operations supported on three registers:
A->R
B->R
A-R->A
----------------------------
A=5, B=3
Transfer the contents of B to A. Finally A should contain 3.

No comments: