1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 23:25:29 +00:00

Yet another fix typo in cc65.sgml

This commit is contained in:
Piotr Kaczorowski
2021-01-05 17:48:46 +01:00
committed by Oliver Schmidt
parent 601e628343
commit e3fa247012

View File

@@ -739,7 +739,7 @@ This cc65 version has some extensions to the ISO C standard.
asm("PHA"); \
asm("LDA $E424"); \
asm("PHA"); \
asm("RTA"); \
asm("RTS"); \
return __A__;
</verb></tscreen>