Question: Assembly Language COMP 2033, Spring 2018 Homework 4 Instructor: Dr. Ahmed Abdelmoamen Ahmed Due: 04/23/2018 at 11:55 PM Marks: 100 points Submission Instructions: 1. Upload

Assembly Language  Assembly Language COMP 2033, Spring 2018 Homework 4 Instructor: Dr. Ahmed

COMP 2033, Spring 2018 Homework 4 Instructor: Dr. Ahmed Abdelmoamen Ahmed Due: 04/23/2018 at 11:55 PM Marks: 100 points Submission Instructions: 1. Upload your asm files to eCourse in a zip file. 2. Please include a readme file that has (i) your name and student ID; and (ii) detailed instructions on how to run your programs. 3. Must receive instructor's approval in advance if an alternative time and method of submission becomes necessary. Solve each of the following problems. To receive full marks on your documentation, you should have excellent internal documentation i.e., appropriate comments, but also choice of variable names), as well as excellent external documentation (i.e., in the readme.txt file as described previously). [30 points] Code instructions that implement the following pseudocode using conditional jump instructions. Do not use the IF directive. Assume that integers are unsigned: 1. dl5 else 2. [30 points] Code instructions that implement the following pseudocode using conditional jump instrutins. Do not use .WHILE or IF directives. Assume that integers are unsigned: while( int2>intl) ebx +m 2; if ebx> int2) ebx0; else ebxintl; 3. [40 points] Suppose EAX, EBX, and ECX contained three unsigned integers. Write a program that displays the largest of the three integers using conditional jump instructions

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!