mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
9 lines
104 B
ArmAsm
9 lines
104 B
ArmAsm
.file "mempcpy.S"
|
|
|
|
.section .text
|
|
.global _mempcpy
|
|
.type _mempcpy,@function
|
|
_mempcpy:
|
|
smovf
|
|
rts
|