Write a HLA assembly program that Read 2 hex digits with the bits abccdddd. "a" is for determining if the person female or male(1 male, 0 female) "b" is for determining if the person student or not (1 yes, 0 no) "cc" is for determining which semester the person is in (00 for Fall, 01 for Winter, 10 for Spring or 11 for Summer) "dddd" is a four bit to determine how many units that the student is taking currently. example the program would look like this ( i think): output: prompt a hex number : C9 male student fall semester 9 units