On Tue, 4 Dec 2001, Dmitry Mottl wrote: > So, how can I disassemble the programme with no symbols in it? > (If I don't use 'strip' all is going fine.) Try displaying memory as insturctions, i.e, "x/20i ADDRESS". Keith