Keil生成汇编文件、bin文件

// 生成汇编文件:
$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"




猜你喜欢

转载自blog.csdn.net/zwl1584671413/article/details/80094626