You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
384 B
17 lines
384 B
7 months ago
|
.arch armv7-a
|
||
|
.eabi_attribute 20, 1
|
||
|
.eabi_attribute 21, 1
|
||
|
.eabi_attribute 23, 3
|
||
|
.eabi_attribute 24, 1
|
||
|
.eabi_attribute 25, 1
|
||
|
.eabi_attribute 26, 2
|
||
|
.eabi_attribute 30, 6
|
||
|
.eabi_attribute 34, 1
|
||
|
.eabi_attribute 18, 4
|
||
|
.eabi_attribute 28, 3 // Tag_ABI_VFP_args = 3 (Compatible with all)
|
||
|
|
||
|
.syntax unified
|
||
|
.global f3
|
||
|
.type f3, %function
|
||
|
f3: bx lr
|