What happens if we use signed integers using MUL instruction in x86 assembly , do MUL instruction considers them as unsigned?

后端 未结 0 549
小蘑菇
小蘑菇 2020-11-22 13:59

I know mul is used for multiplying unsigned numbers and IMUL is used for multiplying signed numbers , just wanted to know whether mul considers signed operands as unsigned

相关标签:
回答
  • 消灭零回复
提交回复
热议问题