4ed09fda06
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 ***
|