Question: q1 )in assembly language (emu 8086x)....Write a program where user will enter a string with maximum size 10 characters, you will read the string until

q1 )in assembly language (emu 8086x)....Write a program where user will enter a string with maximum size 10 characters, you will read the string until he presses space and swap between 2 characters. Input: Hello 4 2 Output: Hlleo

q2) in assembly language(emu 8086x)....User will enter an even number N and a count M, you should list the M even and the M odd numbers that follows the given number N N between 0 2 M between 2 4 Input: 2 3 Output: 4 6 8 3 5 7

q3) in assembly language (emu 8086x)....Write Assembly Program that takes from the user 5 integers and multiplies (Using Shift) even or odd integers by 2 depending on user choice. Input: Enter the array: 3 7 4 0 5 Even or Odd: E Output: New Array: 3 7 8 0 5 Input: Enter the array: 3 7 4 0 5 Even or Odd: O Output: New Array: 6 14 4 0 10

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!