Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 310 Bytes

File metadata and controls

15 lines (8 loc) · 310 Bytes

Pointer Registers

Back{: .button}

Stack Pointer(SP)

Provides offset to the program stack

Base Pointer(BP)

Stack Frame

Frame Pointer, points to the center of the function call frame

Instruction Pointer(IP)