mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
17 lines
216 B
ArmAsm
17 lines
216 B
ArmAsm
|
.thumb
|
||
|
.syntax unified
|
||
|
.cpu cortex-m7
|
||
|
.fpu fpv5-d16
|
||
|
.eabi_attribute 27, 3
|
||
|
.text
|
||
|
.align 2
|
||
|
.global main
|
||
|
.thumb
|
||
|
.thumb_func
|
||
|
.type main, %function
|
||
|
|
||
|
|
||
|
|
||
|
main:
|
||
|
bl foo
|