Re: Darwin Assembler
Stan Shebs <[email protected]>
| Newsgroups | gmane.os.opendarwin.general |
|---|---|
| Message-ID | <[email protected]> |
Indira Estacio Moreno wrote: >Hi, I have two questions: >1. Is the Linux assembler the same that the Darwin Assembler for pc? > The Darwin assembler is based on gas 1.38, while the current is 2.14 or something like that. The diffs are pretty large, although there is a surprising amount of code that hasn't changed much in 10 years. >2. Where can I to obtain more information about Darwin Assembler+pc? > There's a manual in Apple's developer docs. Past that, you go to the sources. :-) Stan