Skip to content

Instantly share code, notes, and snippets.

View tiesen243's full-sized avatar
🥰
stay with your mom

Trần Tiến tiesen243

🥰
stay with your mom
View GitHub Profile
void _start(void) {
static const char message[] = "Hello, World!\n";
asm volatile (
"mov $1, %%rax\n\t"
"mov $1, %%rdi\n\t"
"lea %0, %%rsi\n\t"
"mov $14, %%rdx\n\t"
"syscall\n\t"
: