-
Notifications
You must be signed in to change notification settings - Fork 1
Logical and arithmetic operations
Guillaume DERAMCHI edited this page Feb 19, 2024
·
5 revisions
- Perform various logical (
xor,and,or,not) and arithmetic (add,sub,mul,div,mod) operations.
- Each operation follows a similar format, e.g.,
xor rg2, 7oradd rg2, var.
- Common checks include variable/register existence and validity.
- The documentation also includes details on other instructions like
lab,rsh,lsh,int ngr,draw,ob1,if_*,else/end, andpusha/popa. - Each of these instructions has its specific usage, variants, binary code representation, and error checks.