mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 14:48:25 -05:00
9 lines
165 B
Batchfile
9 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 ***
|