This commit is contained in:
Kartik Agaram 2021-01-16 19:07:33 -08:00
parent 966daf1473
commit aa6c50d2bc
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
bd/copy-to-ebp 0/imm32
# always first run tests
(run-tests)
c7 0/subop/copy *Default-next-x 0/imm32
c7 0/subop/copy *Default-next-y 0/imm32
(num-test-failures) # => eax
# call main if tests all passed
{
3d/compare-eax-and 0/imm32
75/jump-if-!= break/disp8
(clear-real-screen)
c7 0/subop/copy *Default-next-x 0/imm32
c7 0/subop/copy *Default-next-y 0/imm32
(main)
}