From ff31c938913020c004a0dc97d5959737b4c4f989 Mon Sep 17 00:00:00 2001 From: izydorst Date: Fri, 15 Aug 2003 20:06:33 +0000 Subject: [PATCH] documented argc/argv passing, added info about proper handling this information git-svn-id: svn://svn.cc65.org/cc65/trunk@2328 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/geos.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/geos.sgml b/doc/geos.sgml index 9ce76b3d4..0539e490b 100644 --- a/doc/geos.sgml +++ b/doc/geos.sgml @@ -162,6 +162,14 @@ series of +The You might wonder why I have chosen sometimes weird order of arguments in functions. I just wanted to avoid unnecessary pushing and popping arguments from stack because cc65 can pass single