带有操作数详细信息的 dalvik 操作码列表

发布于 2024-12-27 05:30:45 字数 70 浏览 1 评论 0原文

在哪里可以找到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

似梦非梦 2025-01-03 05:30:45

给出了 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

信仰 2025-01-03 05:30:45

这里有一个更好的列表:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文