K Stol <[EMAIL PROTECTED]> wrote: > $I0 = 0 # > .pcc_begin_return # > .return $I0; # return 0; /* return to > shell */ > .pcc_end_return # } > .end
> Just an idea. Good one. So in "main" the return statement can translate to "exit_ic?" then. How do we tell, what is "main"? Just the entry label is "_main:": .pcc_sub _main prototyped # only one "_main" allowed like in C > Klaas-Jan leo