1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Another fix typo in cc65.sgml

This commit is contained in:
Piotr Kaczorowski 2021-01-04 22:16:07 +01:00 committed by Oliver Schmidt
parent 68e1faa2c8
commit 601e628343

View File

@ -731,9 +731,6 @@ This cc65 version has some extensions to the ISO C standard.
<item> There is pseudo variable named <tt/__A__/ that indicates accumulator register.
It can be used to highlight the returned variable in non-void
function where result is hidden in the <tt/asm/ section.
every other variable. They are most useful together with short
sequences of assembler code.
For example, in the function below
<tscreen><verb>