Add missing test files
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
.main
|
||||
BIPUSH 42
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
.main
|
||||
BIPUSH -42
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
.main
|
||||
BIPUSH 11
|
||||
BIPUSH 13
|
||||
BIPUSH -25
|
||||
IAND
|
||||
IAND
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
.main
|
||||
BIPUSH 19
|
||||
BIPUSH 12
|
||||
BIPUSH 121
|
||||
IOR
|
||||
IOR
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
.main
|
||||
BIPUSH 20
|
||||
BIPUSH 40
|
||||
IADD
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
.main
|
||||
BIPUSH -20
|
||||
BIPUSH -40
|
||||
IADD
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
.main
|
||||
BIPUSH 10
|
||||
BIPUSH 20
|
||||
ISUB
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
.main
|
||||
BIPUSH -10
|
||||
BIPUSH -20
|
||||
ISUB
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
.main
|
||||
BIPUSH 10
|
||||
BIPUSH 20
|
||||
POP
|
||||
BIPUSH 42
|
||||
BIPUSH 8
|
||||
IADD
|
||||
POP
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
.main
|
||||
BIPUSH 10
|
||||
BIPUSH 20
|
||||
SWAP
|
||||
POP
|
||||
OUT
|
||||
HALT
|
||||
.end-main
|
||||
Reference in New Issue
Block a user