Jumhyn
Jumhyn

Reputation: 6777

Writing and learning assembly on a Mac

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

Answers (2)

Rudy Velthuis
Rudy Velthuis

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

user707582
user707582

Reputation:

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

Upvotes: 11

Related Questions