Peet19
Member
Hi everyone!
I would like to know how to divide by a fraction in assembly?
Eg: 18 / 4.1
Here the result is 4.39.
I want to put the whole number (4) in one register and the fractional part (39) in another register separately.
How can this be solved?
Thank you in advance for your help!
I would like to know how to divide by a fraction in assembly?
Eg: 18 / 4.1
Here the result is 4.39.
I want to put the whole number (4) in one register and the fractional part (39) in another register separately.
How can this be solved?
Thank you in advance for your help!