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

16
files/task3/GOTO1.jas Normal file
View File

@@ -0,0 +1,16 @@
.constant
.end-constant
.main
L1:
BIPUSH 0x31
OUT
GOTO L3
L2:
BIPUSH 0x32
OUT
L3:
BIPUSH 0x33
OUT
HALT
.end-main