1 .thumb 2 .syntax unified 3 .cpu cortex-m7 4 .fpu fpv5-d16 5 .eabi_attribute 27, 3 6 .text 7 .align 2 8 .global main 9 .thumb 10 .thumb_func 11 .type main, %function 12 13 14 15 main: 16 bl foo 17