LF: DIVU Instruction


[Prev][Next][Index][Thread]

LF: DIVU Instruction



I have been working on a Sierpinski hexagon, and I have to use the DIVU
instruction to divide by 3. I tried it like this:
   move.l #3,d5
   divu.l d4, d5
and I always get a divide by zero. not only is the reset problem annoying
(about 5 min. delay), but no matter how I change it, I keep on getting a
divide by zero. So, the instruction divides the first thing by the second,
right? and stores the answer in the first, right? help is appreciated.

Tilde,
Jeffrey :j
JBridge21@aol.com


Follow-Ups: