大概也跟 eVC 一樣,就是為 assembly.asm 加上 custom build command.
- 先把 assembly code 的 source file 寫好
- 開啟 VS2005,把 assembly file 加到 source folder 中
- 在 assembly file 按右鍵,選 properties
- Custom Build Step -- General --Command Line,, 寫
armasm.exe -cpu xscale "$(InputPath)" "$(IntDir)/$(InputName).obj"
- Output 寫
$(IntDir)/$(InputName).obj
沒有留言:
張貼留言