Add missing test files

This commit is contained in:
2018-05-26 15:35:58 +02:00
parent 7898c76570
commit 2fe47fe30c
82 changed files with 52716 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
.main
BIPUSH 0x42
BIPUSH 0x42
INVOKEVIRTUAL test
HALT
.end-main
.method test()
BIPUSH 0x43
BIPUSH 0x43
IRETURN
.end-method