Recent content by risen375

  1. R

    Assembly Programming: How to Calculate 3a-4c Using MUL Instruction

    Im having trouble with this program. It is suppose to calculate 3 call getPos ;AX = a (user input) M1 dw ? mov M1, AX ;M1 = a call crlf call getPos ;AX = b (user input) M2 dw ? mov M2, AX ;M2 = b call crlf call getPos ;AX = c (user input) M3 dw ? mov M3, AX ;M3 = c...
Back
Top