Reputation: 6777
I recently decided that I wanted to try learning how to program in assembly. Having a 2011 model MBP, I was not 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.
Upvotes: 18
Views: 38832
Reputation: 28806
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.
Upvotes: 2