RE: pic18f4455 - call graph
Vaclav Peroutka <[email protected]> Fri, 10 Jun 2011 08:08:39 +0200 (CEST)
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
> > Hello Vaclav, > > Just checked out Doxygen. There does not seem to be anything > to convert microchip asm to doxygen C/C++ code. Are you aware > of anything that can do that? > > BTW, Why do you mention Graphviz? To transform the images > produced by doxygen into a stack listing? > > ThanksSiva Hi Siva, you wanted call tree for ASM code ? Then I am sorry, Doxygen is for C/C++. I read too fast to notice ASM... I never wrote such advanced code in ASM to have some need to show call tree. Thus I can't help you with it. If I understood correctly, Doxygen generates images in some vector format. Therefore you need "dot" ( part of Graphviz) to convert images to format for HTML pages. Vaclav