mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-05 13:45:36 +00:00
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 ***
|