Skip to content

Conversation

cedriczirtacic
Copy link

Minimal possible source code for GAS assemblers.

$ as -o as.o as.S && echo $? && otool -V -t as.o
0
as.o:
(__TEXT,__text) section

```bash
$ as -o as.o as.S && echo $? && file as.o
0
as.o: Mach-O 64-bit object x86_64
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant