mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +00:00
Another fix typo in cc65.sgml
This commit is contained in:
parent
68e1faa2c8
commit
601e628343
@ -731,10 +731,7 @@ This cc65 version has some extensions to the ISO C standard.
|
|||||||
<item> There is pseudo variable named <tt/__A__/ that indicates accumulator register.
|
<item> There is pseudo variable named <tt/__A__/ that indicates accumulator register.
|
||||||
It can be used to highlight the returned variable in non-void
|
It can be used to highlight the returned variable in non-void
|
||||||
function where result is hidden in the <tt/asm/ section.
|
function where result is hidden in the <tt/asm/ section.
|
||||||
every other variable. They are most useful together with short
|
For example, in the function below
|
||||||
sequences of assembler code.
|
|
||||||
|
|
||||||
For example, in the function below
|
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
BYTE get_key_via_atarixl_romcall_device_k(void) \
|
BYTE get_key_via_atarixl_romcall_device_k(void) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user