带有操作数详细信息的 dalvik 操作码列表
在哪里可以找到 dalvik 操作码列表以及相应的允许操作数及其大小(8 位/16 位/32 位/62 位)
Where can I find a list of the dalvik opcodes with the corresponding allowed operands and their sizes (8-bit/16-bit/32-bit/62-bit)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这给出了 dalvik 虚拟机中存在的每个操作码的所有详细信息这给出了表中使用的所有指令格式在链接1中
This gives all the details of each opcode present in the dalvik vm and this gives all the instruction formats used in the table in link 1
这里有一个更好的列表:
http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html< /a>
它显示了所有操作码、操作数以及每个操作码的语义,比官方文档中的内容更详细。
There's a much better list here:
http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html
It shows all the opcodes, the operands, and the semantics of each opcode, in more detail than is found in the official docs.