Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assembly Language: 1. (50 points) Write a program that determines the value of the following expression: Use x-1600000 (-0x186A00), y-80000 (-0x13880), and z-400000 (-61A80). Initialize

Assembly Language:

image text in transcribed

1. (50 points) Write a program that determines the value of the following expression: Use x-1600000 (-0x186A00), y-80000 (-0x13880), and z-400000 (-61A80). Initialize three registers ($8, $9, and $10) to these values. Choose wisely the order of multiply and divide operations so that the significant bits always remain in the lo result register. 2. (50 points) Your program has a data section in memory declared as follows: .data .byte 12 .byte 97 .byte 133 .byte 82 .byte 236 Write a program that adds the values up and computes the average. Please use $8 to save the base address, $9 to save the average, and $10 to save intermediate results. (hint: use lbu to get each byte and use sll $0, S0, O for load delay slot)

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

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions

Question

Name and briefly describe the five product mix pricing decisions.

Answered: 1 week ago

Question

4. Who would lead the group?

Answered: 1 week ago