Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use Assembly Language Write a program which will get the name and grade from a student. You should then greet the person and display the

Use Assembly Language

Write a program which will get the name and grade from a student. You should then greet the person and display the letter grade they have. This assignment is to test your ability to use the condition statements logically. example: Please enter your name: Mark Please enter your grade: 88 Mark, you got a B in the class You are to submit the .asm file when you are done. If you used the .if statements found on google, you will get a zero. condition statements in this class use cmp. Example: cmp eax, 5 ;will compare eax to 5. After that it should be able to conditional jump. Example: jg greater1 ; jump if greater to the label greater1.

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

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions

Question

=+ Are there additional forms of employee representation?

Answered: 1 week ago