#include .globl _start _start: movq $__NR_reboot, %rax; movq $0xfee1dead, %rdi; movq $0x05121996, %rsi; movq $0x4321fedc, %rdx; syscall;