Question: Consider the C code fragment below. Line# C code 1 2 3 4 5 6 7 int8_t i8_a = OxED; int8_t 18_b = OxFE; do

 Consider the C code fragment below. Line# C code 1 2

Consider the C code fragment below. Line# C code 1 2 3 4 5 6 7 int8_t i8_a = OxED; int8_t 18_b = OxFE; do { i8_b++; is a = 18_a >> 1; ) while (18_b != 0); // values = ? What is the value of the signed 8-bit integer is_a after exiting the while loop in line #7? 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 andis_bin 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 screen shot and source

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!