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)
Assembly jump instructions don’t seem to work
`
bits 64
default rel
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)
`
bits 64
default rel