would doing arithmetic operation on a pair of signed and unsigned numbers be legal?

后端 未结 5 1511
忘了有多久
忘了有多久 2021-01-03 02:23

I\'m more than half way through learning assembly and I\'m familiar with the concept of how signed and unsigned integers are presented in bits, I know that it might seem a w

5条回答
  •  既然无缘
    2021-01-03 02:31

    I found this very nice article on the issue that was my main concern and the answer is clear after reading the article.

提交回复
热议问题