// 生成汇编文件:
$K\ARM\ARMCC\bin\fromelf.exe --text -a -c --output=@L_asm.txt "!L"
// 生成bin文件:
$K\ARM\ARMCC\bin\fromelf.exe --bin -o @L.bin "!L"
// 生成汇编文件:
$K\ARM\ARMCC\bin\fromelf.exe --text -a -c --output=@L_asm.txt "!L"
// 生成bin文件:
$K\ARM\ARMCC\bin\fromelf.exe --bin -o @L.bin "!L"