mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-06 13:15:08 +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
|