From: Brad Smith Date: Wed, 2 Mar 2016 06:58:44 +0000 (-0500) Subject: cc65-intern sgml fixes X-Git-Tag: V2.16~171^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=18dec35312ebdd5dc120abeff039d032e316e256;p=cc65 cc65-intern sgml fixes --- diff --git a/doc/cc65-intern.sgml b/doc/cc65-intern.sgml index 0bcb51cba..bfbe4d78e 100644 --- a/doc/cc65-intern.sgml +++ b/doc/cc65-intern.sgml @@ -89,9 +89,9 @@ void foo(unsigned bar, unsigned char baz); lda (sp),y ; Low byte now in A -Epilogue, after the functiona call

+Epilogue, after the function call

-Return requirements

+Return requirements

If the function has a return value, it will appear in the A/X/sreg registers. @@ -114,7 +114,7 @@ number of bytes pushed to the stack on entry, which may be added to Clobbered state

+Clobbered state

The tmp1 .. tmp4

ptr1 .. ptr4