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-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
