Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by empv

  1. E

    Division in MSP430 Assembly

    Hi KlausST I wrote my own division function as you said and the input dividend and divisor are 16 bit unsigned numbers. I already implemented the restoring division algorithm and I extended it to 16 bits. Now my result is the format quotient and remainder. For example I divided 13/5 with my...
  2. E

    Division in MSP430 Assembly

    Is there any algorithm for 16-bit division in assembly for the MSP430? I already wrote a code for 4-bit numbers in assembly. How can I extend that to 16-bits?
  3. E

    Division in MSP430 Assembly

    Hi, I've been trying to complete an assembly routine for division. This routine will allow only integer numbers as input. The problem I have is that the division in some operations will have an integer part and a fractional part. For example if I divide 10/3 = 3.333. How can I get the fractional...

Part and Inventory Search

Back
Top