I am going to start university in the fall and the programing course starts with Assembly. So is there such a thing as an assembly compiler for x86 Macs? Or am I once again stuck using windows?
GCC may be accessed from command line for this purpose.
I am going to start university in the fall and the programing course starts with Assembly. So is there such a thing as an assembly compiler for x86 Macs? Or am I once again stuck using windows?
Thanks all for your help all. I'm surprised assembly capability is built into xcode, I never thought to look there.
@ old-wiz
I too thought it strange starting with Assembly, but at least I have a limited background in programming. I plan to spend the summer learning assembly then it wont be hard come school.
I hope you are 100% sure they are teaching x86 assembly. Many schools pick a simpler assembly language, like MIPS (you would be hard pressed to find an assembly language harder to learn than x86).
Thanks all for your help all. I'm surprised assembly capability is built into xcode, I never thought to look there.
l.
I'm speaking o the professor on the 17'th, ill know then. But even if they teach something simpler, I still want to learn assembly. I want to have a strong grasp of the fundamentals for when I go on to my masters and doctorate.