google-deepmind / alphadev

Apache License 2.0
674 stars 67 forks source link

How to implement parameters in the Assembly simulator #10

Open sr5434 opened 3 months ago

sr5434 commented 3 months ago

If my knowledge is correct, AlphaDev can call opcodes and provide parameters(like mov rax… instead of just mov). How would I implement this?