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

12
files/task4/LoadTest1.jas Normal file
View File

@@ -0,0 +1,12 @@
.constant
henk 1
piet 2
kees 3
.end-constant
.main
LDC_W henk
LDC_W piet
LDC_W kees
HALT
.end-main