google / buzzer

Apache License 2.0
411 stars 28 forks source link

Introduce RandomMemInstruction generator functions and make Load operations only take src registers #55

Closed thatjiaozi closed 3 months ago

thatjiaozi commented 3 months ago

Introduce helper functions for generating random memory storing/loading operations. Also delete useless code around load operations: under normal circumstances load operations can only take registers as src values.

thatjiaozi commented 3 months ago

thanks!