diff options
Diffstat (limited to 'subx/057stop.subx')
-rw-r--r-- | subx/057stop.subx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/057stop.subx b/subx/057stop.subx index ea122aba..cc4788f0 100644 --- a/subx/057stop.subx +++ b/subx/057stop.subx @@ -31,9 +31,9 @@ # op subop mod rm32 base index scale r32 # 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes -# main: (manual test if this is the last file loaded) -#? e8/call test-stop-skips-returns-on-exit/disp32 +# main: e8/call run-tests/disp32 # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'. +#? e8/call test-stop-skips-returns-on-exit/disp32 # syscall(exit, Num-test-failures) 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX b8/copy-to-EAX 1/imm32 |