turn test files in one function definition

This commit is contained in:
Quentin Carbonneaux 2015-09-07 22:11:43 -04:00
parent 87ab8941ed
commit a1b3e82dc9
16 changed files with 114 additions and 82 deletions

View file

@ -1,10 +1,12 @@
@start
function $test {
@start
jmp @foo
@baz
@baz
jnz 1, @end, @foo
@bar
@bar
jmp @end
@foo
@foo
jnz 0, @bar, @baz
@end
@end
ret
}