14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
.main
|
|
BIPUSH 0x40
|
|
BIPUSH 0x41
|
|
BIPUSH 0x42
|
|
INVOKEVIRTUAL test
|
|
HALT
|
|
.end-main
|
|
.method test(a, b)
|
|
ILOAD a
|
|
ILOAD b
|
|
IADD
|
|
IRETURN
|
|
.end-method
|