List of Java bytecode instructions: Difference between revisions

Content deleted Content added
m {{mono}}
Line 241:
|
|→ 0.0
|push the constant ''0.0'' (a ''double'') onto the stack
|-
|dconst_1
Line 248:
|
|→ 1.0
|push the constant ''1.0'' (a ''double'') onto the stack
|-
|ddiv
Line 1,137:
|
|→ 0L
|push ''0L'' (the longnumber 0[[zero]] with type ''long'') onto the stack
|-
|lconst_1
Line 1,144:
|
|→ 1L
|push ''1L'' (the longnumber 1[[one]] with type ''long'') onto the stack
|-
|ldc
Line 1,179:
|1: index
|→ value
|l
|loadoad a long value from a local variable ''#index''
|-
|lload_0