Write an assembly program that converts a string with four characters into an unsigned 16-bit integer. For example, a string "A23F" should be converted into an unsigned integer. Assume that the input string consists of only valid characters (0,... 9, A, B, C, D, E, F).