This is a maintenance fork
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
asm(".pushsection .start,\"ax\",@progbits\n\t" |
|
".globl\t_start\n" |
|
"_start:\n\t" |
|
"jmp\t1f\n1:\t" |
|
"call\tmain\n\t" |
|
"nop\n\t" |
|
".popsection");
|
|
|