- int into a
short iadd 60 0110 0000 value1, value2 →
result add two ints
iaload 2e 0010 1110 arrayref,
index →
value load an int from an
array iand 7e 0111...
- be created.
Based on the Sun JVM-spec. The
atype parameter is omitted.
IALOAD index.
arrayref value Load from int array. The
arrayref must be of type...
- (x86) Java
generated byte code a[i]++; mov edx,[ebp+4h] mov eax,[ebp+1Ch] inc
dword ptr [edx+eax*4] aload_1 iload_2 dup2
iaload iconst_1 iadd iastore...