Yet another fix typo in cc65.sgml
This commit is contained in:
committed by
Oliver Schmidt
parent
601e628343
commit
e3fa247012
@@ -739,7 +739,7 @@ This cc65 version has some extensions to the ISO C standard.
|
|||||||
asm("PHA"); \
|
asm("PHA"); \
|
||||||
asm("LDA $E424"); \
|
asm("LDA $E424"); \
|
||||||
asm("PHA"); \
|
asm("PHA"); \
|
||||||
asm("RTA"); \
|
asm("RTS"); \
|
||||||
return __A__;
|
return __A__;
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user