How can two quadwords be compared in fasm?

前端 未结 0 1346
时光取名叫无心
时光取名叫无心 2020-12-28 20:22

I need to check that a quadword is not less than zero.

I store them in MMX registers:

 movq mm0, [inputNum]
 movq mm1, [zero]
                       
<         


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