mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-05 12:45:07 +01:00
9 lines
144 B
ArmAsm
9 lines
144 B
ArmAsm
|
# Created by dimok
|
||
|
# Syscalls for kernel that we use
|
||
|
|
||
|
.globl SC0x25_KernelCopyData
|
||
|
SC0x25_KernelCopyData:
|
||
|
li r0, 0x2500
|
||
|
sc
|
||
|
blr
|