2. Write the following if statements in C, in Assembly language using: a) subtract/carrier-zero-flag test and b)comparisons instructions, Slide 12 b unsigned char i, j i, k; O.) unsigned char if (0x25) if (k <-i) j=j-i; k=k+i; Show transcribed image text 2. Write the following if statements in C, in Assembly language using: a) subtract/carrier-zero-flag test and b)comparisons instructions, Slide 12 b unsigned char i, j i, k; O.) unsigned char if (0x25) if (k
Solution
a)
C Statement :-
unsigned char
OR
OR