Add missing test files
This commit is contained in:
11
files/task5/TestInvokeNoArgs.jas
Normal file
11
files/task5/TestInvokeNoArgs.jas
Normal file
@@ -0,0 +1,11 @@
|
||||
.main
|
||||
BIPUSH 0x42
|
||||
BIPUSH 0x42
|
||||
INVOKEVIRTUAL test
|
||||
HALT
|
||||
.end-main
|
||||
.method test()
|
||||
BIPUSH 0x43
|
||||
BIPUSH 0x43
|
||||
IRETURN
|
||||
.end-method
|
||||
Reference in New Issue
Block a user