Question: Ni Consider the C code fragment below. Line# C code 1 int8_t i8_a = 0x06; 2 int8_t i8_b = OxCD; 3 for (i8_a = 1;

Ni Consider the C code fragment below. Line# C code 1 int8_t i8_a = 0x06; 2 int8_t i8_b = OxCD; 3 for (i8_a = 1; i8_a >1; 5 } 6 // values = ? What is the value of the signed 8-bit integer i8_b after exiting the while loop in line #6? Enter the value in hex in the space provided below. (3 marks) Write an assembly program in MPLAB-X to show the correct values of is_a and is_b in line #7 in the Watches window. Take a screenshot of the MPLAB-X with Watches window showing i8_a and is_b and upload the screenshot and source code to the Lab Test #1 Dropbox within 10 minutes after your 60-min lab test session is finished. (12 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
