TUM-LRR / era-gp-sim

ERA-Großpraktikum Simulatorentwicklung
GNU General Public License v3.0
16 stars 4 forks source link

Memory resets when changing column representation #280

Closed ErikP0 closed 7 years ago

ErikP0 commented 7 years ago

Steps to reproduce: Create 32-Bit project Use this program:

.section data
.resb 2
.section text

addi x1, x0, 0x4f
sb x1, x0, 0
addi x1, x1, 12
sb x1, x0, 0

The same happens when changing the address column's representation