Generate a code for following statements

 Generate a code for following statements
a = b + c;
d =a+e
The Code will be
MOV b, R0 ADD c, R0 MOV R0, a 

0 comments:

Post a Comment

 
page