On Mon, May 18, 2009 at 7:40 AM, Wouter van Ooijen wrote: > OK, but could it generate *both* C and asm calling documentation from > one source? Currently I write something like > > #interface mkt_pin_direction > #parameter N unsigned int > number of the IO pin > #parameter D unsigned int > direction for the pin > > From this is generated: > > // (C, C++) > void mkt_pin_direction( > unsigned int N // number of the IO pin > unsigned int D // direction for the pin > ); > > // (ARM assembler) > subroutine mkt_pin_direction > R0 : N (unsigned int) // number of the IO pin > R1 : D (unsigned int) // direction for the pin > It is definitely not a white noise, Wouter :-) Are you generating the source code as well as the documentation from a pseudo code? Or maybe I am completely misunderstanding the way mkt works? Thanks Tamas -- http://www.mcuhobby.com -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist