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!