From: Brad Smith Date: Thu, 3 Mar 2016 02:01:46 +0000 (-0500) Subject: cc65-intern update minor change notes from greg-king5 X-Git-Tag: V2.16~171^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F274%2Fhead;p=cc65 cc65-intern update minor change notes from greg-king5 --- diff --git a/doc/cc65-intern.sgml b/doc/cc65-intern.sgml index faa2d5609..231c04544 100644 --- a/doc/cc65-intern.sgml +++ b/doc/cc65-intern.sgml @@ -27,7 +27,7 @@ There are two calling conventions used in cc65: A/X/sreg an all others on the C-stack. + registers A/X/sreg and all others on the C-stack.

@@ -52,7 +52,7 @@ If the function is declared as fastcall, the rightmost argument will be loaded i the A/X/sreg registers: - + @@ -68,7 +68,7 @@ the // C prototype -void foo(unsigned bar, unsigned char baz); +void cdecl foo(unsigned bar, unsigned char baz); ; C-stack layout within the function: ;