Byte Code Continued

Byte Code Continued

Bytecode instructions are 1,2 or 3 bytes long.

Bytecodes are executed in a postfix manner.

In the main method, one can see how x=x*x

is assembled.

iload_1

iload_1

imul

istore_1

Previous slide Next slide Back to the first slide View Graphic Version