ThaumicMekanism/venus

Example - Tracing Assembly Code

chakpongchung opened this issue · 0 comments

Is there any reason the following exact program is not showing the proper value of x5?

main:   
addi x11, x0, 0x3f5
sw x11, 0(x5)
lb x12, 1(x5)

This program comes from the lecture.