how to include an assembler instruction in eMbedded Visual C++?
The ARM compiler does not have an inline assembler.
You must use the real
assembler (ARMASM) or compiler intrinsics for custom code. The x86, MIPS,
and SH compilers do support the __asm keyword.

assembler (ARMASM) or compiler intrinsics for custom code. The x86, MIPS,
and SH compilers do support the __asm keyword.
posted on 2004-05-20 14:17 LeighSword 阅读(282) 评论(0) 收藏 举报