[comp.unix.questions] Disassembling a VAX file

dzenc@gnu.ai.mit.edu (Dan Zenchelsky) (06/15/90)

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@gnu.ai.mit.edu