What are the values in hi and lo after the following lo 0x0

What are the values in hi and lo after the following?

lo = 0x0000000E

hi = 0xFFFFFFFF

lo = 0x0000000E

hi = 0x00000000

lo = 0x00000000

hi = 0x00000002

lo = 0x00000002

hi = 0x00000000

A.

lo = 0x0000000E

hi = 0xFFFFFFFF

B.

lo = 0x0000000E

hi = 0x00000000

C.

lo = 0x00000000

hi = 0x00000002

D.

lo = 0x00000002

hi = 0x00000000

Solution

addi $t0, $0, 2   \"addi\" instruction will add 2+0 = 2;

addi $t1, $0, 7   \"addi\" instruction will add 7+0 = 7;

mult $t1, $t0     \"mult\" instruction will multiply 2*7 = (14)10 = (E)16

So, option (B) is correct option.

The values in lo and hi are as follows:

lo = 0x0000000E

hi = 0x00000000

What are the values in hi and lo after the following? lo = 0x0000000E hi = 0xFFFFFFFF lo = 0x0000000E hi = 0x00000000 lo = 0x00000000 hi = 0x00000002 lo = 0x000

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site