weylanshi / blogtalk

博客评论
0 stars 0 forks source link

Java 虚拟机字节码指令表 - 小石头记 #90

Open weylanshi opened 1 year ago

weylanshi commented 1 year ago

https://www.weypage.com/2021/10/06/java/jvm/%E8%99%9A%E6%8B%9F%E6%9C%BA%E5%AD%97%E8%8A%82%E7%A0%81%E6%8C%87%E4%BB%A4%E8%A1%A8/

字节码 助记符 指令含义 0x00 nop None 0x01 aconst_null 将null推送至栈顶 0x02 iconst_m1 将int型-1推送至栈顶 0x03 iconst_0 将int型0推送至栈顶 0x04 iconst_1 将int型1推送至栈顶 0x05 iconst_2 将int型2推送至栈顶 0x06 iconst_3 将int型3推