Thread: Assembly & Mac OS X

  1. #1
    UNIX chick
    Join Date
    Mar 2003
    Posts
    92

    Assembly & Mac OS X

    I have lately been looking for some documentation about Assembly for Mac OS X. The problem is I can't seem to find any (yeah, Apple provided a brief document, but that's all). I have digged up some docs and sites, i.e. the linuxassembly.org and Lightsoft's Assembler for Mac (which unfortunately isn't for Mac OS X, and doesn't work very well either). None of these sites has proved to be very helpful. Can anyone help?

    If this is the wrong place for this thread, I apologize.

  2. #2
    Visionary Philosopher Sayeh's Avatar
    Join Date
    Aug 2002
    Posts
    212
    It depends on what kind of Mac you have-- how easy it will be to get documentation.

    68K or PPC

    Motorola made the 68K, and docs are very easy to find in bookstores or online.

    IBM made the PPC, and docs are out there as well. You can look on Apple's site-- it always has developer information (but you have to look around the site) to find it for DTS (Developer Technical Support). I'd provide a link, but the site has changed so much.

    You can also, go to IBM for processor books on the PPC, as well as additional information-- this might help you as well:

    http://www-106.ibm.com/developerworks/library/l-ppc/

    I worked in the O/S group at Apple for 7 years and really enjoyed doing assembly on the 68K and PPC -- the dual binaries-- (when apps were expected to run on both, natively).
    It is not the spoon that bends, it is you who bends around the spoon.

  3. #3
    UNIX chick
    Join Date
    Mar 2003
    Posts
    92
    Thank you for replying, I never thought anyone was going to reply to this thread.

    As I run Mac OS X, I have a PPC (7450 aka. G4). I'm mainly looking to the coding on this machine, as the 'classic' apps I found weren't any good.

    I searched ADC, and found some sort of a code archive. I'm not sure it can be any helpful, but I'll look some more. And thank you for the link you provided, it looks promising.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mac OS X Users/C programmers?
    By petermichaux in forum C Programming
    Replies: 16
    Last Post: 04-18-2011, 06:36 AM
  2. Replies: 1
    Last Post: 02-03-2009, 04:45 AM
  3. Mac OS X aliases
    By rak1986 in forum C Programming
    Replies: 4
    Last Post: 01-21-2009, 12:11 PM
  4. inquiry from a hungry mac os x user
    By terabyter in forum C Programming
    Replies: 3
    Last Post: 06-23-2006, 09:04 AM
  5. Mac OS X Programming
    By Exile in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 05-06-2005, 03:12 PM