Windows 上是否有任何 ARM 汇编语言 IDE(如 Eclipse,...),我可以编写指令并让它模拟这些指令?
在其他平台上呢?以及如何详细使用它们?
问问题
4280 次
3 回答
1
Both Visual Studio 2005 and 2008 allow you to write ARM assembly code and interactively debug it on an emulator or device. The only limits are that the emu/device must be Windows CE 4/5/6 and the compilers only support the ARMv4 and ARMv5 instruction sets.
If you can wait for the official release of Visual Studio 2011, it will allow full ARMv7A development to target WoA (Windows on ARM) devices.
于 2012-05-31T21:30:42.457 回答
0
ARM 和 Keil 提供了您可以购买的 IDE。
如果您在谈论免费的,那么我不知道。
于 2012-05-31T21:41:39.383 回答