1 # Some helpers needed only because Mu doesn't support globals at the moment.
10 ff 0/subop/increment *Num-test-failures
11 $count-test-failure:end:
17 num-test-failures: # -> _/eax: int
22 8b/-> *Num-test-failures 0/r32/eax
23 $num-test-failures:end:
29 running-tests?: # -> _/eax: int
34 8b/-> *Running-tests? 0/r32/eax