CMPE 230: Systems Programming CMPE 230: Systems Programming
Optional Project (%5)

Implement shell sort in A86 assembly language (see Kernighan and Ricthie's C programming language book for shell sort C code). Your input will be a string of characters and you are suppposed to sort the characters in the input. For example: if you input:

  hoorayokultatil 

your output will be:

  aahikllooorttuy