Add missing test files
This commit is contained in:
17
files/task3/GOTO2.jas
Normal file
17
files/task3/GOTO2.jas
Normal file
@@ -0,0 +1,17 @@
|
||||
.constant
|
||||
.end-constant
|
||||
|
||||
.main
|
||||
L1:
|
||||
BIPUSH 0x31
|
||||
OUT
|
||||
GOTO L3
|
||||
L2:
|
||||
BIPUSH 0x32
|
||||
OUT
|
||||
HALT
|
||||
L3:
|
||||
BIPUSH 0x33
|
||||
OUT
|
||||
GOTO L2
|
||||
.end-main
|
||||
Reference in New Issue
Block a user