IV
2005-10-23 02:05:32 UTC
My lab runs fine through the first few commands, then I have problems
with a udiv. The line looks like:
udiv %r4, %r1, %r8
register 4 has the value 0x AF.
register 1 has the value 0x20.
I checked some output to make sure both of those values are correct.
For some reason, I am getting a result of 0xFFFFFFFF. The same code
works elsewhere in the code (I even copied and pasted it from other
places a few times to see if I had a typo). Does anyone have any idea
what could be going on?
Thanks,
William
with a udiv. The line looks like:
udiv %r4, %r1, %r8
register 4 has the value 0x AF.
register 1 has the value 0x20.
I checked some output to make sure both of those values are correct.
For some reason, I am getting a result of 0xFFFFFFFF. The same code
works elsewhere in the code (I even copied and pasted it from other
places a few times to see if I had a typo). Does anyone have any idea
what could be going on?
Thanks,
William