1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +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:
cuz 2005-01-22 14:45:25 +00:00
parent 27b5721cf6
commit 3c20c4c3e1

View File

@ -194,7 +194,7 @@ Here is a description of all the command line options:
locations). There is some overhead involved with register variables, since
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
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"
name="register variables">.
@ -657,7 +657,7 @@ The compiler defines several macros at startup:
<itemize>
<item><tt/__CC65_STD_C89__/
<item><tt/__CC65_STD_C99__/
<item><tt/__CC65_STD_CCC65__/
<item><tt/__CC65_STD_CC65__/
</itemize>
<tag><tt>__OPT__</tt></tag>
@ -1031,7 +1031,7 @@ Or, to access a struct member of a static variable:
</verb></tscreen>
<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
<tscreen><verb>