mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
fix for info file generation
This commit is contained in:
@@ -462,7 +462,7 @@ interface module.
|
|||||||
|
|
||||||
<sect>Limitations<p>
|
<sect>Limitations<p>
|
||||||
|
|
||||||
<sect1><tt/atarixl/<label id="limitations"<p>
|
<sect1><tt/atarixl/<#if output="info|latex2e"> limitations</#if><label id="limitations"<p>
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>The display is cleared at program start and at program termination. This is a side
|
<item>The display is cleared at program start and at program termination. This is a side
|
||||||
@@ -491,9 +491,9 @@ or f80.com software is missing. Of course you may use stdio.h functions.
|
|||||||
|
|
||||||
<sect>Technical details<label id="techdetail"><p>
|
<sect>Technical details<label id="techdetail"><p>
|
||||||
|
|
||||||
<sect1><tt/atari/<p>
|
<sect1><tt/atari/<#if output="info|latex2e"> details</#if><p>
|
||||||
|
|
||||||
<sect2>Load chunks<p>
|
<sect2><#if output="info|latex2e"><tt/atari/ </#if>Load chunks<p>
|
||||||
|
|
||||||
An <tt/atari/ program contains two load chunks.
|
An <tt/atari/ program contains two load chunks.
|
||||||
|
|
||||||
@@ -510,7 +510,7 @@ The contents of this chunk come from the RAM memory area of the linker config fi
|
|||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt/atarixl/<p>
|
<sect1><tt/atarixl/<#if output="info|latex2e"> details</#if><p>
|
||||||
|
|
||||||
<sect2>General operation<p>
|
<sect2>General operation<p>
|
||||||
|
|
||||||
@@ -533,7 +533,7 @@ point symbols in <tt/atari.inc/ to point to the wrapper functions.
|
|||||||
For ROM functions which require input or output buffers, the wrappers
|
For ROM functions which require input or output buffers, the wrappers
|
||||||
copy the data as required to buffers in low memory.
|
copy the data as required to buffers in low memory.
|
||||||
|
|
||||||
<sect2>Load chunks<label id="xlchunks"><p>
|
<sect2><#if output="info|latex2e"><tt/atarixl/ </#if>Load chunks<label id="xlchunks"><p>
|
||||||
|
|
||||||
An <tt/atarixl/ program contains three load chunks.
|
An <tt/atarixl/ program contains three load chunks.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user