Relative Content

Tag Archive for assembly64-bit

RSP-RBP offset calculation

This is for x64 so the stack increments by 8 bytes. I am calculating rsp to rbp offset just by doing (8 * however many addresses away rbp is)