I've written sorts before, just not in assembly.
I know how to get the string (user input or hardcoded) into a register and how to work my way through it, but I'm not sure how to make it get sorted, or sort into another register.
data
str: .asciiz "zghfjsdkalqpwoeirutyvn"
.text
.globl main...