Re: How can i find out the quotient?



On 2008-03-13, pnopopop@xxxxxxxxx <pnopopop@xxxxxxxxx> wrote:
For example, go to this link
http://www.computing.dcu.ie/~humphrys/Notes/Networks/tanenbaum/3-08.jpg

I'm not sure what you're asking. The image at that link seems to be
showing how to calculate both the quotient and remainder. The only
difference from ordinary long division is that it uses XOR instead of
binary subtraction.

Out of curiosity, is it for an error-correcting code?


- Tim
.



Relevant Pages

  • Re: divide by 10 with Z80
    ... Then shift HL left and subtract BC successively. ... ;quotient in H, remainder in L ...
    (comp.os.cpm)
  • Re: How can i find out the quotient?
    ... showing how to calculate both the quotient and remainder. ... But now I see that the quotient appears at the very top ... ... When it's divisor times x^n, write a '1' someplace; when it's zero, write '0' going ... with an encoded message which is a multiple of the divisor polynomial. ...
    (sci.math)
  • Re: .99999... still=/= 1 - explanation ?!
    ... Absolutely correct. ... It is standard high school and college mathematics. ... Shift down a factor of 10 and treat the remainder like you treated the ... The quotient becomes 0.99 and the new ...
    (sci.math)
  • Re: divide by 10 with Z80
    ... The quotient is the track while the remainder is the sector. ... one could do maybe 2 or 3 compares of the remainder to determine ... It will work if I shift the answer in HL right by 1. ...
    (comp.os.cpm)
  • Re: divide by 10 with Z80
    ... ;quotient in H, remainder in L ... Note from Herb. ...
    (comp.os.cpm)