Add missing test files
This commit is contained in:
13
files/task5/TestInvokeArgs.jas
Normal file
13
files/task5/TestInvokeArgs.jas
Normal file
@@ -0,0 +1,13 @@
|
||||
.main
|
||||
BIPUSH 0x40
|
||||
BIPUSH 0x41
|
||||
BIPUSH 0x42
|
||||
INVOKEVIRTUAL test
|
||||
HALT
|
||||
.end-main
|
||||
.method test(a, b)
|
||||
ILOAD a
|
||||
ILOAD b
|
||||
IADD
|
||||
IRETURN
|
||||
.end-method
|
||||
Reference in New Issue
Block a user