The multicand of a multiplication operation is located at the memory adress 1190H and the multiplier is located at 1191H. Write a 8085 program using minimum number of instructions,
I) First, to copy those numbers to HL register pair,
II) Then, call the subroutine to make the multiplication and store the result at the memory adress 2291H.
Write a function (subroutine) called MULT using minimum number of instructions,
I) First, to do the multiplication of those numbers in the H and L register pair,
II) Return the result to the H and L pair.
Important: Your codes should be exactly correct such that they will be run in simulator without any error.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here