Possible Duplicate:
Are there programs that convert PowerPoint block diagrams to ASCII text diagrams?

What kind of tools could we use to draw the following ascii chart conveniently?

           |     arg            |
           |   saved %eip       |
           |   saved %ebp       |
  ebp  --> +--------------------+
           |        a           |
           |        c           | f's stack frame
           +--------------------+--------------------------\
           |        b           | shared stack frame       |
           +--------------------+                    frame created for nested
           |       arg'         | copied arguments         |
  ecx  --> +--------------------+--------------------------/

Thanks!

link|improve this question
feedback

migrated from stackoverflow.com Mar 18 '11 at 12:51

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Dennis Williamson, studiohack Mar 18 '11 at 16:16

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

I used to use Email Effects, but there's also JavE, ASCII Art Studio (Win only)...

link|improve this answer
feedback

have you seen ditaa ?
http://ditaa.sourceforge.net/
there are some add-ons that produce eps.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.