Question: 4. Write a program in assembly language to find whether a number is divisible by N or not. Here the value of N and
4. Write a program in assembly language to find whether a number is divisible by N or not. Here the value of N and the number should be user inputs. 5. Write a program in assembly language to calculate the sum of two arrays index by index and store the result in another array. (the sum should be between 0-9) Good Luck ----
Step by Step Solution
There are 3 Steps involved in it
4 Check if a Number is Divisible by N global start section data inputnumber word 0 divisor word 0 re... View full answer
Get step-by-step solutions from verified subject matter experts
