mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
Fixed a few typos (note from Stefan Haubenthal)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3372 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
27b5721cf6
commit
3c20c4c3e1
@ -194,7 +194,7 @@ Here is a description of all the command line options:
|
|||||||
locations). There is some overhead involved with register variables, since
|
locations). There is some overhead involved with register variables, since
|
||||||
the old contents of the registers must be saved and restored. Since register
|
the old contents of the registers must be saved and restored. Since register
|
||||||
variables are of limited use without the optimizer, there is also a combined
|
variables are of limited use without the optimizer, there is also a combined
|
||||||
switch: <tt/-Or/ will enable both, the optmizer and register variables.
|
switch: <tt/-Or/ will enable both, the optimizer and register variables.
|
||||||
|
|
||||||
For more information about register variables see <ref id="regvars"
|
For more information about register variables see <ref id="regvars"
|
||||||
name="register variables">.
|
name="register variables">.
|
||||||
@ -657,7 +657,7 @@ The compiler defines several macros at startup:
|
|||||||
<itemize>
|
<itemize>
|
||||||
<item><tt/__CC65_STD_C89__/
|
<item><tt/__CC65_STD_C89__/
|
||||||
<item><tt/__CC65_STD_C99__/
|
<item><tt/__CC65_STD_C99__/
|
||||||
<item><tt/__CC65_STD_CCC65__/
|
<item><tt/__CC65_STD_CC65__/
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
<tag><tt>__OPT__</tt></tag>
|
<tag><tt>__OPT__</tt></tag>
|
||||||
@ -1031,7 +1031,7 @@ Or, to access a struct member of a static variable:
|
|||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Note: Do not embedd the assembler labels that are used as names of global
|
Note: Do not embed the assembler labels that are used as names of global
|
||||||
variables or functions into your asm statements. Code like this
|
variables or functions into your asm statements. Code like this
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user