This is my second week of assembly programming.
I am writing an inline asm function that converts a base 16 string to base 2, 8, 10, or 16 string.
I am able to convert the string into a base 10 integer and
I know how to convert to the desired base but I can't figure out how to append each...