Skip to content

Instantly share code, notes, and snippets.

@mjhsieh
Created November 8, 2010 21:56
Show Gist options
  • Save mjhsieh/668340 to your computer and use it in GitHub Desktop.
Save mjhsieh/668340 to your computer and use it in GitHub Desktop.
gcc dummy.c -S -o - (powerbookg4)
.machine ppc7400
.section __TEXT,__textcoal_nt,coalesced,pure_instructions
.section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
.text
.globl _mydata
.cstring
.align 2
_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