PDA

Click to See Complete Forum and Search --> : Mac Assembler


Figaro
January 14th, 2004, 09:21 PM
#1. Does anybody know if an assembly compiler for panther (mac) exist yet?

#2. Does it amtter if it runs on mac or unix?

MrLinus
January 14th, 2004, 09:48 PM
Google is extremely powerful. You should use it:

Mac OS X Assembler Guide: Intro (http://developer.apple.com/documentation/DeveloperTools/Reference/Assembler/ASMIntroduction/chapter_1_section_1.html)

MacBang Assembler Page (http://www.macbang.com/links/pages/Programming/Programming_Languages/Assembler/)

Figaro
January 15th, 2004, 01:51 AM
The Mac OS X Assembler Guide: Intro link does a great job talking about the assembler code and teaching it, but it doesnt even give a link or name the assembly prgram it uses. It just says PowerPC and i386, and both of these are pieces of hardware (I believe) and not the actual program.

tabich
January 15th, 2004, 02:30 AM
um, yes it does say what the assembler app is

This chapter describes how to run the as assembler, which produces an object file from one

http://developer.apple.com/documentation/DeveloperTools/Reference/Assembler/UsingASM/chapter_2_section_1.html#//apple_ref/doc/uid/TP30000820/TPXREF101

The assembler is "as".