hello

This section contains programs describing the Basic Programming Structure of Assembly Language. This section also contains the solutions of exercise programs of the book "Assembly Language Programming and the Organization of IBM PC's" by Ytha Yu & Charles Marut.

hello

Postby karena on July 17th, 2008, 11:22 am

A.A I really need the solutions of the following programs.plz provide their solutions.thanks

1. Write a program which displays a row of 20 pixels 4 colors
2. Write a program which draws 5 circles on screen with variant radius
3. Write a program which displays “This is my world!!” if left button of mouse is pressed and displays “Ahh…. Check my world” if right button is pressed
4. Write a program which creates a menu similar to below on screen and generate table of an input number on the basis of the option selected
1. Table by For Loop
2. Table by While Loop
3. Table by Repeat Until Loop
4. exit
5. Write a program which gets the position of mouse cursor on each left click and displays your name at the place where mouse button was pressed
6. Write a program that lets the user type some text, consisting of words separated by blanks and displays the text in same word order as entered but with different letters in each word e.g “this is a test” should appear as “siht si a tset”
7. Write a program that prompts the user to enter a character and prints ASCII code of the character in hex in next line. The program should repeat this process until “Enter” is pressed
8. Write a program to display a “?”, read two Capital letters and display them in next line in alphabetical order
9. Write a program that prompts the user to enter a string of decimal digits, and prints their sum in hex on next line. In case of any illegal character, prompt should occur for reentering
10. Write a program which implements Priority Queue
11. Write a program which sorts a given integer array and display it
12. Write a program which find the maximum value from a given data structure
13. Write a program to
1. Clear the screen, make cursor as large as possible and move it to upper left corner
2. Program the following keys
i. Home Key: cursor moves to upper left corner
ii. End key: cursor moves to lower left corner
14. Write a program which converts an input capital letter into lower case and lower case letter into upper case
15. Write a program which implements the stack data structure
karena
 
Posts: 2
Joined: July 15th, 2008, 6:14 pm

Return to Assembly Language

Who is online

Users browsing this forum: No registered users and 0 guests

cron