mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
10 lines
118 B
ArmAsm
10 lines
118 B
ArmAsm
.syntax unified
|
|
.cpu cortex-a8
|
|
.text
|
|
.arm
|
|
.align 3
|
|
.global targetfn
|
|
.type targetfn, %function
|
|
targetfn:
|
|
bx lr
|