Skip to content

Instantly share code, notes, and snippets.

@mjhsieh
Created November 8, 2010 22:00
Show Gist options
  • Save mjhsieh/668351 to your computer and use it in GitHub Desktop.
Save mjhsieh/668351 to your computer and use it in GitHub Desktop.
(intel macbook) gcc dummy.c -S -o -
% gcc dummy.c -S -o -
.section __TEXT,__text,regular,pure_instructions
.section __TEXT,__cstring,cstring_literals
.globl _mydata
_mydata:
.asciz "mycontent"
.subsections_via_symbols
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment