modify the platform-independent standard library of the cc65 distribution.
It is named "none.lib" in the lib directory of the distribution.
-When using "none.lib" we need to supply our own <tt>crt0<tt>
+When using "none.lib" we need to supply our own <tt>crt0</tt>
module with custom startup code. This is simply done by first copying the
the library and giving it a new name, compiling the startup code with ca65,
and finally using the ar65 archiver to add the module to the new library.