Assembly

Apple Silicon

AArch64

Registers can be in an extended (x prefix) and non-extended forms (w prefix).

Interesting instructions:

stp – store pair ldp – load pair csel – conditional select cinc – conditional increment csinc – conditional select and increment svc – system call bl – branch and link (address of the next instruction)

Links

x86

Books