CS计算机代考程序代写 plp.metafile

plp.metafile

main.asm

plp.simconfig

plp.hex

plp.image

PLP-5.0
START=268435456
DIRTY=0
ARCH=0

main.asm

.org 0x10000000

j main
nop

my_array_pointer: # Label pointing to 4 word array
.space 4

main:
li $sp, my_array_pointer # Initialize Array Pointer

# NOTE: Stack pointer used in this example for visual clarity
# when using PLP CPU Memory Visualizer

# Values to be loaded into array
li $t0, 3
li $t1, 17
li $t2, 56

# Loading values into array
sw $t0, 0($sp)
addiu $t0, $t0, 4

sw $t1, 0($sp)
addiu $t0, $t0, 4

sw $t2, 0($sp)

simRunnerDelay::1
simAllowExecutionOfArbitraryMem::true
simBusReturnsZeroForUninitRegs::true
simDumpTraceOnFailedEvaluation::false
WATCHER
Register::$s5
Register::$a0
END
MODS
0::RESERVED_FIELD::0::2048::noframe
0::RESERVED_FIELD::268435456::16777216::noframe
1::RESERVED_FIELD::4028628992::1::frame::false::0::0::0::0
2::RESERVED_FIELD::4027580416::1::frame::false::0::0::0::0
4::RESERVED_FIELD::4031774720::2::frame::false::0::0::0::0
7::RESERVED_FIELD::4032823296::1::noframe
9::RESERVED_FIELD::4037017600::1::frame::false::0::0::0::0
8::RESERVED_FIELD::4026531840::4::frame::false::0::0::0::0
6::RESERVED_FIELD::4030726144::2::frame::false::0::0::0::0
12::RESERVED_FIELD::4029677568::3::frame::false::0::0::0::0
END
ISASPECIFIC

END

32’h08000006
32’h00000000
32’h3c1d1000
32’h37bd0008
32’h3c080000
32’h35080003
32’h3c090000
32’h35290011
32’h3c0b0000
32’h356b0038
32’hafa80000
32’h25080004
32’hafa90000
32’h25080004
32’hafaa0000