mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
Fixed SGML typo.
This commit is contained in:
parent
5b3611265b
commit
01f5baf03d
@ -4,7 +4,7 @@
|
|||||||
<title>cc65 Users Guide
|
<title>cc65 Users Guide
|
||||||
<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
|
<author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
|
||||||
<url url="mailto:gregdk@users.sf.net" name="Greg King">
|
<url url="mailto:gregdk@users.sf.net" name="Greg King">
|
||||||
<date>2017-02-27
|
<date>2017-03-21
|
||||||
|
|
||||||
<abstract>
|
<abstract>
|
||||||
cc65 is a C compiler for 6502 targets. It supports several 6502 based home
|
cc65 is a C compiler for 6502 targets. It supports several 6502 based home
|
||||||
@ -1276,7 +1276,7 @@ that function).
|
|||||||
As a shortcut, you can put the <tt/volatile/ qualifier in your <tt/asm/
|
As a shortcut, you can put the <tt/volatile/ qualifier in your <tt/asm/
|
||||||
statements. It will disable optimization for the functions in which those
|
statements. It will disable optimization for the functions in which those
|
||||||
<tt/asm volatile/ statements sit. The effect is the same as though you put
|
<tt/asm volatile/ statements sit. The effect is the same as though you put
|
||||||
</#pragma optimize(push, off)/ above those functions, and </#pragma
|
<tt/#pragma optimize(push, off)/ above those functions, and <tt/#pragma
|
||||||
optimize(pop)/ below those functions.
|
optimize(pop)/ below those functions.
|
||||||
|
|
||||||
The string literal may contain format specifiers from the following list. For
|
The string literal may contain format specifiers from the following list. For
|
||||||
|
Loading…
Reference in New Issue
Block a user