Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kopun
  • Order by date
  1. kopun

    quicksort in assembly for intel 8085

    It is indeed for educational purposes...and practical reasons because the hex file that derives from the C code is about 40K. The point is to understand how the recursion works at low level and particularly how the stack is built.
  2. kopun

    quicksort in assembly for intel 8085

    After 5 months I decided to give another shot to this program. So I rewrote the partitioning process according to the c version on the first thread.(comments included!!)This part is fully functional and returns the pivot address in each 16-bit register. And then comes the recursive part.... 1...
  3. kopun

    quicksort in assembly for intel 8085

    @ salem: I didn't know about that. sorry @zeitghost: I don't think that there is such implementation. I once found the quicksort for Z80 but I couldn't understand it. anyway thanx
  4. kopun

    quicksort in assembly for intel 8085

    I ask for your help to write the quicksort algorithm in 8085 assembly. I tried to write it and of course it has too many bugs but my main problem is that I don't know how to handle the recursive character of the algorithm and control the loops. For example, what kind of flag should i use to know...

Part and Inventory Search

Back
Top