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: ;