.globl main main: mov $5, %rdi call square_and_print mov $123, %rdi call square_and_print ret