By: Adrian (a.delete@this.acm.org), October 13, 2021 6:22 am
Room: Moderated Discussions
none (none.delete@this.none.com) on October 13, 2021 6:06 am wrote:
> Documentation is available: https://developer.arm.com/documentation/ddi0602/2021-09/Base-Instructions
>
> Instructions for memory copy are named CPY* and those for memory set are SET*.
TLDR:
CPY* are memmove (copy forward or backward, as needed)
and CPYF* are memcpy (copy forward)
> Documentation is available: https://developer.arm.com/documentation/ddi0602/2021-09/Base-Instructions
>
> Instructions for memory copy are named CPY* and those for memory set are SET*.
TLDR:
CPY* are memmove (copy forward or backward, as needed)
and CPYF* are memcpy (copy forward)