int main(int argc, char* argv[])
{
return 0;
}
what’s the shortest assembly example to do the same that can be compiled into an executable by gcc?
I came across this example but there’re too many tags like hi_temp:,.data etc,what’s the minimal version?
To compile and run: