Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

PLP PLeaseYour task is to use PLPTool's Watcher Window and CPU Memory Visualizer to see what the output of the program is for a specific

PLP PLeaseYour task is to use PLPTool's Watcher Window and CPU Memory Visualizer to see what the output of the program is for a specific input. Please open the attached file in PLPTool and perform the following steps: Modify the first line in the program so that the load immediate instruction sets $t0 to the value, 71 Enter simulation mode (the blue button with ">SIM" on it) Open the watcher window (the button with a magnifying glass icon) Add registers $t0 and $s2 to the watcher window Run the program until $t0 is set to the value, 0 Open the CPU memory visualizer (from the menu bar: Simulation -> Tools -> Create a PLP CPU Memory Visualizer) In the memory visualizer, set the base address to the value of $s2 seen in the watcher window and set the signed offset to 40. One of the rows in the memory visualizer should have a green background color and a non-zero value. Convert the value seen in this green cell from hexadecimal to decimal What value does this green memory location contain in decimal? NOTE: You must convert this value from hexadecimal to decimal in order to receive credit. .org 0x10000000 li $t0,.word 0x3c131000.word 0x36730200.word 0x000848c0.word 0x0269a021.word 0x00084840.word 0x2529ffff .word 0xae89000c .word 0x3c080000.word 0x35080000

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions