Skip to content

Memmove macro

Description

Move memory

Usage

memmove ptr_dst, src_start, src_len

exit: - X: unused - AY: ptr_dst (A=LSB)

note: ptr may be: (ptr), address

Example

    .include "telestrat.inc"
    .include "../orix-sdk/macros/SDK_memory.mac"

    memmove $c080,$c000, 10

    rts

Call XDECAL kernel function.


Last update: 2024-02-15