6a52d12
1 2 3 4 5 6
extern int main(); void start() { int ret = main(); asm volatile("int $64" : : "a"(3), "b"(ret)); }