Computer Science, asked by 121901020, 7 hours ago

Write an assembly program to execute the following (assuming a, b, x, y are stored in some memory location) if (a < b){ x = 5 ; y = c + d ;} else y = c - d ;

Answers

Answered by shanmugamsowbarnika
0

Answer:

memory location) if (a < b){ x = 5 ; y = c + d ;} else

Similar questions