#include int main(){ puts("We're at the start of the program"); asm("mov %rip, %r15 \n" "sub $19, %r15 \n" "jmp *%r15 \n"); return 0; }