Link register: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 September 2025

  • curprev 03:3903:39, 9 September 2025Rolf talk contribs 354 bytes +354 Created page with "The Link register is a register which can hold the return address when calling a subroutine. The term link register is mostly used in the ARM world, in other architectures it is called RA (return address). Basically a call instruction: BL Sub // LR = PC, PC = &Sub and a return instruction BX LR // PC = LR work together as a team."