开发者

Writing and learning assembly on a Mac

开发者 https://www.devze.com 2023-04-02 11:20 出处:网络
I recently decided that I wanted to try learning how to program in assembly. Having a 2011 model MBP, I was 开发者_如何学Gonot able to find much info on how to write and execute assembly code on my co

I recently decided that I wanted to try learning how to program in assembly. Having a 2011 model MBP, I was 开发者_如何学Gonot able to find much info on how to write and execute assembly code on my computer. If anyone could point me in the right direction on this (as well as provide any useful tutorials) it would be greatly appreciated.


This should help you further: Learn NASM on OS X.


Try this article: Assembly language programming under OS X with NASM. It won't teach you x86 or x86-64 assembly language, but it tells you how to use it under OS X. There are many tutorials for x86 assembly language.

0

精彩评论

暂无评论...
验证码 换一张
取 消