google / buzzer

Apache License 2.0
429 stars 32 forks source link

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

Closed thatjiaozi closed 6 months ago

thatjiaozi commented 6 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 6 months ago

thanks!