FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/tool/disasm.c @ 150:df01a4f4c272
tiobjd disasm -g: dump of function locals implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 29 Apr 2014 07:51:28 +0000 |
parents | 13cc7e19ecec |
children | 6fe08feee018 |
comparison
equal
deleted
inserted
replaced
149:fdf3137c703a | 150:df01a4f4c272 |
---|---|
95 putchar('\n'); | 95 putchar('\n'); |
96 *linebrkp = 1; | 96 *linebrkp = 1; |
97 } | 97 } |
98 if (sym->class == C_FCN && !strcmp(sym->name, ".bf")) { | 98 if (sym->class == C_FCN && !strcmp(sym->name, ".bf")) { |
99 printf("; Begin function\n"); | 99 printf("; Begin function\n"); |
100 if (disasm_richsym) | |
101 richsym_function_locals(sym); | |
100 return; | 102 return; |
101 } | 103 } |
102 switch (sym->class) { | 104 switch (sym->class) { |
103 case C_EXT: | 105 case C_EXT: |
104 sym_comment = "Global"; | 106 sym_comment = "Global"; |