create an assembly program called “equation.asm” that calculates the
A = B * 3 +6 / (X + D)
where B == 10, X == 4, D == 2
Define all variables as Word
BONUS (10 points) : TAKE USER INPUT FOR B ,X , and D. You will get 10 extra credit if your program works correctly with any user input for those three variables (B, X, D). This is for those of you asking for extra credit 🙂
Leave a Reply
Want to join the discussion?Feel free to contribute!