Xref: utzoo comp.unix.questions:22961 comp.unix.wizards:22489 Path: utzoo!attcan!uunet!cs.utexas.edu!sdd.hp.com!ucsd!usc!snorkelwacker!ai-lab!dzenc@gnu.ai.mit.edu From: dzenc@gnu.ai.mit.edu (Dan Zenchelsky) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Disassembling a VAX file Message-ID: <9027@life.ai.mit.edu> Date: 15 Jun 90 15:55:57 GMT Sender: news@wheaties.ai.mit.edu Reply-To: dzenc@gnu.ai.mit.edu (Dan Zenchelsky) Organization: Free Software Foundation Lines: 10 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