Add tests for task 1 and 2

This commit is contained in:
2018-05-22 01:42:28 +02:00
parent 2a37620224
commit a65ab6aafa
9 changed files with 311 additions and 0 deletions

30
files/task3/IFLT1 Normal file
View File

@@ -0,0 +1,30 @@
.constant
.end-constant
.main
L1:
BIPUSH 0x00
IFLT L6
L2:
BIPUSH 0x01
IFLT L6
L3:
BIPUSH 0xFF
IFLT L6
L4:
BIPUSH 0x10
BIPUSH 0x11
ISUB
IFLT L6
L5:
BIPUSH 0x00
BIPUSH 0x00
BIPUSH 0x00
BIPUSH 0x00
BIPUSH 0x00
HALT
L6:
BIPUSH 0x37
HALT
.end-main