mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-06 05:05:08 +01:00
6 lines
118 B
ArmAsm
6 lines
118 B
ArmAsm
|
.globl getApplicationEndAddr
|
||
|
getApplicationEndAddr:
|
||
|
lis r3, __CODE_END@h
|
||
|
ori r3, r3, __CODE_END@l
|
||
|
blr
|