Files
RustIJVM/files/task5/test-invokevirtual1.jas

15 lines
168 B
Plaintext

.main
BIPUSH 0x0
BIPUSH 0x0
BIPUSH 0x0
INVOKEVIRTUAL test
BIPUSH 0x2
HALT
.end-main
.method test()
BIPUSH 0x1
IRETURN
.end-method