Microprocessors / debug lab calculation and comparisons

See and follow the attached LAB. Below is just a preview of the attached LAB.

The objective of this lab experiment is to introduce you to assembly language programming for solving mathematical problems. You will use DEBUG to conduct this lab.

The sun is 93,000,000 miles from the Earth. The speed of light is 186,000 miles per second. How long does it take a ray of light to reach the Earth? The correct answer is 8 minutes, 20 seconds.

1.   Open a command window (or DosBox), start DEBUG, and enter these commands:

a
mov dx,1
mov ax,6b48
mov bx,00ba
div bx
mov bl,3c
div bl

r
t 6
q

2.   Remember that a screenshot showing your DEBUG results should be included in your lab report.

3.   What is the final value in the AX register? Does it represent some combination of 8 and 20?
Hint: Remember that DEBUG only works with hexadecimal numbers.

4.   Explain how the calculations were performed in SUN.SCR. For example, were the numbers 93,000,000 and 186,000 represented anywhere? If not, why not?

5.   Open a command window (or DosBox), start DEBUG, and enter the following commands. What is the final value in AL? Explain why this is correct.

a 200
db 5
db 8
db 4
db 7
db 6

a 100
mov si,200
mov al,[si]
mov ah,0
mov bh,0
movbl,[si+1]
add ax,bx
movbl,[si+2]
add ax,bx
movbl,[si+3]
add ax,bx
movbl,[si+4]
add ax,bx
mov bl,5
div bl

r
t 0e
q

6.   Open a command window (or DosBox), start DEBUG, and enter the following commands.

a
mov al,20
cmp al,10
cmp al,20

r

t 3
q

7.   Discuss the relationship between the instructions and the results indicated by the flags.
Hint: See Example 4.7 beginning on page 102 in Chapter 4 of your assigned textbook.

8.   Repeat step 4 using these commands:

a
mov al,90
cmp al,80
cmp al,a0

r
t 3
q

9.   Download the program COMPARES.ASM. Assemble, link, and run.

10.   Choose four additional types of conditional jump instructions (see page 124 of your assigned textbook), and add the appropriate procedures to test the new jump instructions. Your final program will show the results of eight comparisons.

11.   Submit the final ASM file.







Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 10% with the coupon code: best10