After swapping stack in program on linux I cannot make syscalls anymore
I am experimenting with the concept of swapping the stack to custom allocated memory in C (for changing the stack pointer and preserving registers, I am obviously using assembly). It is experiment on Linux x86_64.