pineapple/externals/xbyak/test/test_all.bat
2020-12-28 15:15:37 +00:00

8 lines
165 B
Batchfile
Executable file

@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 ***