Current behavior and impact:
The SUB, DIV and MOD instructions currently divide the a-value by the b-value. This leads to results that are not spec-compliant.
Steps to reproduce:
Use one of those three instructions to perform an operation.
Expected behavior:
The operation is performed like "b-value \<operation> a-value", in that order.
Acceptance Criteria:
[ ] All operations are performed in the correct order
Current behavior and impact: The SUB, DIV and MOD instructions currently divide the a-value by the b-value. This leads to results that are not spec-compliant.
Steps to reproduce:
Expected behavior: The operation is performed like "b-value \<operation> a-value", in that order.
Acceptance Criteria: