Sunday, June 30, 2019

x86 - What is the equivalant to idiv in assembly code?

I was wondering what is the equivalent of idiv in assembly. I'm trying to learn assembly and I want to learn how these operations work without using the function idiv. I'm trying to do this with signed values.

No comments:

Post a Comment