Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE HELP NO IDEA WHERE TO START Question 2: Show the steps in the implementation of the algorithms to obtain the result of the following

PLEASE HELP NO IDEA WHERE TO START

Question 2: Show the steps in the implementation of the algorithms to obtain the result of the following instructions. (5 points each)

(a) Show the steps in the (shift and add) binary multiplication algorithm to multiply two 6-bit signed (two's complement) numbers. Write the resultant register in hexadecimal.

mult $s0, $s1 # $s0 = 0xFFFFFFE4 and $s1 = 0x18 mflo $s2

(b) Show the steps in the (shift and subtract) binary division algorithm to compute the quotient and remainder when two 6-bit signed (two's complement) numbers are divided. Write the resultant registers in hexadecimal.

div $s0, $s1 # $s0 = 0xFFFFFFE4 and $s1 = 0x18 mflo $s2 mfhi $s3

For parts (c) and (d), consider all floating point registers have the following default values: $f0 to $f15 = 0xFFFFFFFF and $f16 to $f31 = 0x0. Modifications in some register values are specified for each of the subparts.

(c) Show the steps to subtract the following double precision floating point numbers. Write the resultant registers in hexadecimal.

sub.d $f4, $f8, $f12 # $f8 = 0xBFDFFFFF and $f12 = 0xC02FFFFF

(d) Show the steps to subtract the following double precision floating point numbers. Write the resultant registers in hexadecimal.

mul.d $f16, $f20, $f24 # $f20 = 0xABC30000 and $f24 = 0x73DD0000

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

Advances In Spatial And Temporal Databases 10th International Symposium Sstd 2007 Boston Ma Usa July 2007 Proceedings Lncs 4605

Authors: Dimitris Papadias ,Donghui Zhang ,George Kollios

2007th Edition

3540735399, 978-3540735397

More Books

Students also viewed these Databases questions