.section .text .global main main: mov $1, %rdi call print_animal mov $3, %rdi call print_animal ret # Actually important