2018年3月25日
摘要: 代码 public class Test{ public static void main(String args[]){ int i=0;i=i++; System.out.println(i);} } 输出 0 , 说实话我第一看也打错了,看看字节码 public class Test { pu 阅读全文
posted @ 2018-03-25 11:05 devilwind 阅读(348) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/github_35983163/article/details/52945845 网上找的没有指令码这列 自己把它加上 更方便查阅 指令从0x00-0xc9 没有0xba 常量入栈指令 指令码 操作码(助记符) 操作数 描述(栈指操作数栈) aconst_ 阅读全文
posted @ 2018-03-25 10:58 devilwind 阅读(313) 评论(0) 推荐(0) 编辑