mirror of
https://github.com/cc65/cc65.git
synced 2025-01-22 21:32:57 +00:00
added info about loadable modules support
git-svn-id: svn://svn.cc65.org/cc65/trunk@1926 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c123666d24
commit
53cf3cafd4
@ -160,6 +160,11 @@ through CPU registers.
|
|||||||
<p>
|
<p>
|
||||||
Do not try to compile in strict ANSI mode. Library uses cc65 extensions which are not available in
|
Do not try to compile in strict ANSI mode. Library uses cc65 extensions which are not available in
|
||||||
ANSI.
|
ANSI.
|
||||||
|
<p>
|
||||||
|
It is possible to use dynamicaly loaded modules, three such modules are provided:
|
||||||
|
GEOS TGI driver, GEOS EMD driver (for VDC extended memory) and GEOS JOY driver.
|
||||||
|
Just make sure that their filenames appear UPPERCASE in DeskTop. There are no more special
|
||||||
|
recommendations, read cc65 documentation about modules and demo programs source code.
|
||||||
|
|
||||||
<sect>Library Functions
|
<sect>Library Functions
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user