Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

Students also viewed these Databases questions