Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@1974 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -213,6 +213,7 @@ Here is a description of all the command line options:
|
|||||||
Set the name of the data segment. The default name is "ZEROPAGE" which is
|
Set the name of the data segment. The default name is "ZEROPAGE" which is
|
||||||
compatible with the standard ld65 linker configurations.
|
compatible with the standard ld65 linker configurations.
|
||||||
|
|
||||||
|
</descrip>
|
||||||
|
|
||||||
|
|
||||||
<sect>Input and output<p>
|
<sect>Input and output<p>
|
||||||
@@ -274,6 +275,9 @@ the address of this variable as the address of the code segment of the driver.
|
|||||||
Be sure to never modify the variable which is in reality the start of your
|
Be sure to never modify the variable which is in reality the start of your
|
||||||
driver!
|
driver!
|
||||||
|
|
||||||
|
|
||||||
|
<sect1>Example: Convert and link a graphics driver<p>
|
||||||
|
|
||||||
As an example, here are some instructions to convert and use the c64-hi.tgi
|
As an example, here are some instructions to convert and use the c64-hi.tgi
|
||||||
graphics driver:
|
graphics driver:
|
||||||
|
|
||||||
@@ -298,7 +302,7 @@ uninstall the driver, which will be already in memory after linking:
|
|||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
/* Install the driver */
|
/* Install the driver */
|
||||||
tgi_install (&c64_hi);
|
tgi_install (&c64_hi);
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user