Re: A89: library & shell
[Prev][Next][Index][Thread]
Re: A89: library & shell
>Why does everybody want a shell or want to use library, I got a 82/86, and
>I never seen library.
>In the 86, nobody use a specific shell and nobody program with library...
>and everybody is happy !
>so please explain to me
Libraries are files which store commonly used functions. So instead of
each program having a copy of the functions it uses, one file will contain
them, and assembly programs can easily call them. This is just a way to
save memory and programming time.
References: