Write an Assembly code to input two integer numbers fromkeyboard, computes the division of two numbers WITHOUT usingdivision operator and print out the reminder and quotient to thescreen.
Note: program using “division operator” will earn no credit forthis task. You are ALLOWED to use the “print” and “read” macro