mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 21:26:06 +00:00
git-subtree-dir: externals/xbyak git-subtree-split: d512551e914737300ba35f3c049d1b40effbe76d
8 lines
165 B
Batchfile
8 lines
165 B
Batchfile
@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 ***
|