Question: EE 3 5 7 Lab 3 Homework Question 1 Open Lab 3 / case 3 project. In the assembly case 3 file convert C -
EE Lab Homework
Question
Open Labcase project.
In the assembly case file convert Ccode to Assemblycode.
Take a screenshot of UART output shows that the variables of Assemblycode match the variables of C code.
Create new folder named with your ID and name then copy your project and the results to the file.
Question
Create an MPLAB project new project using the PICFJGA as microcontroller.
Add an assembly named question to the source file.
In the assembly source file write the following assembly program:
bss
text
global main
main:
end
Complete the assembly code to match the followingCcode.
int main
uintt a ;
uintt ;
uintt ;
uintt ;
do
if
;
b ;
else
;
;
;
d;
while ;
return ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
