Question: Assume the following variable declarations: uint16 x,y; uint8 i,j; Convert the following C statements to PIC24 assembly: 1. if(i>46) x=i; 2. for(x=0; x
Assume the following variable declarations:
uint16 x,y;
uint8 i,j;
Convert the following C statements to PIC24 assembly:
1. if(i>46) x=i;
2. for(x=0; x 3. do { x--;} while(j<=i);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
