kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Invalidate memory view on run and step #203

Closed senevoldsen closed 11 years ago

senevoldsen commented 12 years ago

Using 1.7.5 Beta

kierenj commented 11 years ago

Hi, thanks, I've taken a look but it just seems to work for me. This program adds 1 to memory locations after the program code:

    set a, target
:lp
    add [a],1
    add a,1
    set pc, lp
:target

I run it (with memory view open).. memory view shows "0001" filling memory. I stop it, then step into the execution, and it's reverted to 0000.

If this is still a problem with the latest release, could you reply to this? I will close for now. Thanks!