Question: 3. Prelab: Compile and execute the tutorial program written in C language using ii Write a C language program to add two 16-bit numbers by


3. Prelab: Compile and execute the tutorial program written in C language using ii Write a C language program to add two 16-bit numbers by converting each number from ASCII number representation into packed a BCD byte. 1) First 2 digit ASCII number 0x3735 - Convert it to 2) Second 2 digit ASCII number 0x3232 --> Convert it to 3) Use the variable Result to add the two packed BCD numbers unpacked BCD 0x0705Convert it to packed BCD Ox75 unpacked BCD 0x0202 >Convert it to packed BCD 0x22 Result 75H22H 97H 3. Prelab: Compile and execute the tutorial program written in C language using ii Write a C language program to add two 16-bit numbers by converting each number from ASCII number representation into packed a BCD byte. 1) First 2 digit ASCII number 0x3735 - Convert it to 2) Second 2 digit ASCII number 0x3232 --> Convert it to 3) Use the variable Result to add the two packed BCD numbers unpacked BCD 0x0705Convert it to packed BCD Ox75 unpacked BCD 0x0202 >Convert it to packed BCD 0x22 Result 75H22H 97H
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
