From e3fa247012a5664e6aa113dc8dd9d245bb51bf38 Mon Sep 17 00:00:00 2001 From: Piotr Kaczorowski Date: Tue, 5 Jan 2021 17:48:46 +0100 Subject: [PATCH] Yet another fix typo in cc65.sgml --- doc/cc65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 82da74f49..36b6d1071 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -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__;