You copied the Doc URL to your clipboard.
RET
Return from subroutine.
Syntax
RET {
Xn
}
Where:
Xn
- Is the 64-bit name of the general-purpose register holding the address to be branched to. Defaults to X30 if absent.
Usage
Return from subroutine branches unconditionally to an address in a register, with a hint that this is a subroutine return.