************************** SUB (Subtract Registers) ************************** subtract one register to another and store the result it in a 3rd register Register :math:`R_2 \leftarrow R_2 + R_1` .. code-block:: kasm ADD R1, R2