1

Windows 上是否有任何 ARM 汇编语言 IDE(如 Eclipse,...),我可以编写指令并让它模拟这些指令?
在其他平台上呢?以及如何详细使用它们?

4

3 回答 3

2

Android SDK 有一个适用于 Windows 的版本,其中包括 Eclipse IDE;它包括一个设备模拟器,您可以在其上运行创建的代码。如果添加 Android NDK(本机开发工具包),您还可以获得 ARM 交叉编译器。Android 模拟器/模拟器实际上是 ARM 的 QEMU,它执行原生 ARM 代码。

简而言之:获取适用于 Windows 的 Android SDK / NDK,您将拥有所需的一切 - Eclipse IDE、ARM 模拟器、ARM 交叉编译器/汇编器。

于 2012-06-01T11:32:21.310 回答
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 回答