mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-28 20:53:09 -05:00
20 lines
379 B
NASM
Generated
20 lines
379 B
NASM
Generated
Compiled from "example.java"
|
|
class ASecondClass {
|
|
ASecondClass();
|
|
Code:
|
|
0: aload_0
|
|
1: invokespecial #1 // Method java/lang/Object."<init>":()V
|
|
4: return
|
|
LineNumberTable:
|
|
line 7: 0
|
|
|
|
static int square(int);
|
|
Code:
|
|
0: iload_0
|
|
1: iload_0
|
|
2: imul
|
|
3: ireturn
|
|
LineNumberTable:
|
|
line 9: 0
|
|
}
|