Subtracting a large unsigned binary number from a smaller one

前端 未结 2 1184
独厮守ぢ
独厮守ぢ 2021-02-19 22:22

I\'m taking a computer organization and assembly language course. The written part of our lab this week has a question on it that has me stumped. The question reads...

2条回答
  •  星月不相逢
    2021-02-19 22:36

    simply subtract the two binary numbers as they are, then take the 2's complement of the result. voila!

提交回复
热议问题