* doc/sdccman.lyx: updated SDCC version,
[fw/sdcc] / src / pic16 / NOTES
index 33ec60ea97b52ca700fa48e8280a3500535b2baa..4c6e5b140611986050346cc7096d32bfd13beab4 100644 (file)
@@ -18,6 +18,13 @@ Scott Dattalo        <scott AT dattalo.com>
 
 ======================================================================
 ======================================================================
+2004-Oct-29 Vangelis Rokas
+1. Function parameters are passed now all via stack. This might
+lower performance, but some issues are solved this way. Later
+we can enable passing through WREG,PRODL,PRODH,FSR0L by implementing
+specific pragmas
+
+
 2004-Sep-27 Vangelis Rokas
 1. Function parameters have been extended to cover functions with
 variable arguments. Now function parameters follow the rules below: