.file "p3.c" .section .rodata .LC0: .string "%d\n" .LC1: .string "Blast Off\n" .text .globl main .type main,@function main: pushl %ebp movl %esp, %ebp pushl %ebx movl $0, %ebx .L2: cmpl $10, %ebx jle .L5 jmp .L3 .L5: pushl %ebx pushl $.LC0 call printf incl %ebx jmp .L2 .L3: pushl $.LC1 call printf popl %ebx leave ret