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