mirror of
https://github.com/Maschell/libutils.git
synced 2025-01-05 00:31:50 +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
|