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,4 +1,5 @@
@start
function $test {
@start
%x =l alloc16 16
%y =l add %x, 8
%m =w rem %y, 16
@ -6,3 +7,4 @@
%n =w load %y
storew %n, $a
ret
}