Assuming all the variables are declared as byte write assemb
Assuming all the variables are declared as byte, write assembly language instructions to implement each of the following C statements or segments :
A. a = \'B\';
B. b = c;
C. d = \'E\' e = d;
D. d = \'z\'; a = d; b = a;
Solution
Answer :-
The write assembly language instructions to implement each of the following C statements or segments .
A. a = \'B\' ;
C. d = \'E\' e = d ;
