subtraction of 2 sign and magnitude binary numbers in assembly (ex : 11110110 and 10101011)

72 Views Asked by At

how can I subtract 2 sign and magnitude binary numbers in assembly (ex : 11110110 and 10101011)

I used SAL then I don't know how to pick out the sign bit, when we shift to left, our signed bit is Carry Flag. then I should use JC or JS? or ...

0

There are 0 best solutions below