Q3) Given the definition of the following data segment, where A and B are ASCII numbers, m .DATA А DB 28' B DB 54' ORG 0
Posted: Fri Apr 29, 2022 7:01 am
Q3) Given the definition of the following data segment, where A and B are ASCII numbers, m .DATA А DB 28' B DB 54' ORG 0100H с DB ? Write the required code segment that converts these ASCII numbers to packed BCD and add them up to calculate sum in packed BCD form. Save the result in variable C. (Hint: The resulting BCD number is assumed to be a byte.)