Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
5b84b23b306a3bc8f174c920946c0c195fd525aa
/
.
/
test
/
java
/
square
/
output.asm
blob: 80f6e5f25d0575abc5983cd7fa33a81df346d55c [
file
] [
log
] [
blame
] [
raw
]
class
Square
{
Square
();
line
2
:
0
:
aload_0
line
2
:
1
:
invokespecial
#1 // Method java/lang/Object."<init>":()V
line
2
:
4
:
return
static
int
square
(
int
);
line
4
:
0
:
iload_0
line
4
:
1
:
iload_0
line
4
:
2
:
imul
line
4
:
3
:
ireturn
}