Is there a pattern to x86 op codes? (other than direction and size bits)

我是研究僧i 提交于 2021-01-27 22:14:20

问题


The op code portion of many important x86 instructions like MOV and ADD has the last two bits standardized as a direction bit and a data size bit:

Is there any pattern to the part of the op code shown in gray here? For example, for ADD some of the instructions use the code 000000 and others have code 100000.

来源:https://stackoverflow.com/questions/41720529/is-there-a-pattern-to-x86-op-codes-other-than-direction-and-size-bits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!