Disassembling a VAX file

Dan Zenchelsky dzenc at gnu.ai.mit.edu
Sat Jun 16 01:55:57 AEST 1990


I'm trying to disassemble a Vax program (with symbols) so I can re-assemble
it  on  another  machine,  and  so  far  I've  used "nm" to list the symbol
table,  used "gdb" to disassemble the code segmentnd ced the data
segments  to byte lists.  What I need to know is what are BSS segments, and
how do I deal with them?
 
Thanks
-Dan
 
dzenc at gnu.ai.mit.edu



More information about the Comp.unix.questions mailing list