x86 Assembly on a Mac

前端 未结 9 1510
温柔的废话
温柔的废话 2020-11-28 01:15

Does anyone know of any good tools (I\'m looking for IDEs) to write assembly on the Mac. Xcode is a little cumbersome to me.

Also, on the Intel Macs, can I use gener

9条回答
  •  旧巷少年郎
    2020-11-28 01:58

    The features available to use are dependent on your processor. Apple uses the same Intel stuff as everybody else. So yes, generic x86 should be fine (assuming you're not on a PPC :D).

    As far as tools go, I think your best bet is a good text editor that 'understands' assembly.

提交回复
热议问题