From 97e6a8c5698cad2a62f09b2664ea74e58830b604 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 2 Mar 2016 21:01:46 -0500 Subject: [PATCH] cc65-intern update minor change notes from greg-king5 --- doc/cc65-intern.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: ; -- 2.39.5