Changes

Jump to: navigation, search

AArch64 Register and Instruction Quick Start

5 bytes removed, 11:42, 24 January 2014
General-Purpose Registers
Register '31' is one of two registers depending on the instruction context:
* For instructions dealing with the stack, it is the stack pointer, named rsp
* For all other instructions, it is a "zero" register, which returns 0 when read and discards data when written - written as named rzr
Usage during syscall/function call:

Navigation menu