byte.bc

来自「Practical Java也是一本和J2ME手机游戏开发相关的书」· BC 代码 · 共 6 行

BC
6
字号
0 iconst_0            //Push 0.
1 newarray byte       //Pop 0 and create a new byte array with
                      //size 0. Push the newly created array
                      //reference(lock).
3 astore_1            //Pop the array reference(lock) and store it
                      //at index 1 of the local variable table.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?