yuzu/externals/xbyak/test/test_all.bat

9 lines
165 B
Batchfile
Raw Normal View History

2020-12-28 19:15:37 +04:00
@echo off
call test_nm_all
echo *** test addressing ***
call test_address
call test_address 64
echo *** test jmp address ***
call test_jmp
echo *** all test end ***