Question: Write an LC-3 assembly language program that divides a positive number X by another positive number Y and stores the integer part of the result
Write an LC-3 assembly language program that divides a positive number X by another positive number Y and stores the integer part of the result in R3, i.e., R3 = int (X/Y). Your code should use an iterative construct.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
