GNU汇编模板

 

.section .data
<initialized data here>
.section .bss
<uninitialized data here>
.section .
text
.globl _start
_start:
<instruction code goes here>

 

posted @ 2010-07-02 20:31  penink  阅读(120)  评论(0)    收藏  举报