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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started