Hello,

I am running a simple program on gem5 SE mode , The program is as below



*int a = 2;int b = 3;b = a+12;*

In b=a+12 , the value of a is *loaded*, summed with 12 and *stored* in b.

Instead of executing the load a, I want to change it to store a , Is there
a way I can do it in Gem5 , If yes, then what changes should I be making.

Help would be appreciated.

Regards
Nidhi
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to