Hi
>> Compile the library code.
>> G
> please show me how to do it for a basic hello world like program.
> thanks
the hello world compile program calls the standard library whose code
will not be shown since this is a dynamically linked library. Its code
will never be part of hello.s for this reason.
you need to get hold of the code of the library from any repository
and have a look at it if you want to know what it does. interestingly
a call is to puts when  you do printf("hello world")
G

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to