logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Prince KakkrSocial sciences
(5/5)

732 Answers

Hire Me
expert
Jaida PatrickTechnical writing
(5/5)

600 Answers

Hire Me
expert
Robert NjueSocial sciences
(/5)

861 Answers

Hire Me
expert
Garard BerwickBusiness
(5/5)

528 Answers

Hire Me
Assembly Programming

Create a test program that asks the user for a lower number and an upper number and then generate a 10 random number from the lower number to the upper number.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Assembly Language Programming

A)  [20] Chapter 5 – Exercise 5 (Pg 187) – BetterRandomRange Procedure

Create a test program that asks the user for a lower number and an upper number – and then generate a 10 random number from the lower number to the upper number. The questions should be repeated 5 times before stopping – the loop needs to include asking for the lower and upper numbers. Make sure you use the Randomize library function in your program (it only needs to be called once and usually as the first line of the program).

 

B)  [40] The IsLetter, ToUpperCase and ToLowerCase Procedures

  1. Make a procedure, much the like the IsDigit procedure code shown at the end of Chapter 6, only the IsLetter procedure will return ZF=1 if the value in the AL register is a letter, either upper case or lower case. If the value in AL is not a letter, then ZF will return as ZF=0. The procedure must preserver

  2. The difference between the uppercase letters and the lowercase letters is that bit 5 (20h) is on for the lowercase letters and off for the uppercase letters. Create two more procedures, ToUpperCase and ToLowerCase. ToUpperCase must turn the 5thbit off (use an AND operation) and the ToLowerCase must turn the 5th bit on (use an OR operation).

  3. Make a test program that will do the following:

    1. Ask the user to enter a string using the ReadString procedure in the Irvine Library. The string will be limited to 250

    2. Copy the string to two other

    3. Count the number of Letters in the original string and report the

    4. Change all the letters in the first copy to

    5. Change all the letters in the second copy to LowerCase

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme