update tests to new comparisons
This commit is contained in:
parent
21d637efc8
commit
cfa285395e
11 changed files with 23 additions and 23 deletions
|
@ -9,7 +9,7 @@ function $test() {
|
|||
storeb %c, %y
|
||||
%r =w call $puts(l %y)
|
||||
%n1 =w add %n, 1
|
||||
%cmp =w csle %n1, 9
|
||||
%cmp =w cslew %n1, 9
|
||||
jnz %cmp, @loop, @end
|
||||
@end
|
||||
ret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue