|
|
|
I.e.:
|
|
|
|
Example:
|
|
|
Example:
This 16 bits binary number pattern:
1111111111111110
represents the value 65534(10) if it is an unsigned integer
represents the value -2(10) if it is an signed integer
|
|
How to run the program:
|
|
Example:
add op1, op2
is equal to: add.w op1, op2
|
|