JanWednesday,7,

Generate a code for following statements

0 Comments

 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 

 
page