What are some examples of the `00 /r` opcode being generated by the `ADD r/m8, r8` instruction call type in x86 assembly?

后端 未结 0 1184
轮回少年
轮回少年 2021-01-29 11:29

I finally was able to generate one matching the pattern 00 /r ADD r/m8, r8:

add al, al

Outputs:

00 c0


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题