1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00

Fixed a typo in doc/customizing.sqml

This commit is contained in:
bauen1 2018-01-01 01:34:53 +01:00
parent b08839cac4
commit d9ba279e89
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -306,7 +306,7 @@ library for the targeted hardware. The recommended way to do this is to
modify the platform-independent standard library of the cc65 distribution. modify the platform-independent standard library of the cc65 distribution.
It is named "none.lib" in the lib directory of the distribution. It is named "none.lib" in the lib directory of the distribution.
When using &quot;none.lib&quot; we need to supply our own <tt>crt0<tt> When using &quot;none.lib&quot; we need to supply our own <tt>crt0</tt>
module with custom startup code. This is simply done by first copying the 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, 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. and finally using the ar65 archiver to add the module to the new library.