Related articles |
---|
Are there public domain disassemblers available.... moudgill@cs.cornell.EDU (Mayan Moudgill) (1993-07-07) |
Re: Are there public domain disassemblers available.... norman@flaubert.bellcore.com (1993-07-07) |
Re: Are there public domain disassemblers available.... charney@cs.cornell.EDU (Mark Charney) (1993-07-08) |
Re: Are there public domain disassemblers available.... u90jl@ecs.oxford.ac.uk (1993-07-08) |
Newsgroups: | comp.compilers |
From: | Mark Charney <charney@cs.cornell.EDU> |
Keywords: | assembler |
Organization: | Cornell Univ. CS Dept, Ithaca NY 14853 |
References: | 93-07-027 |
Date: | Thu, 8 Jul 1993 11:25:11 GMT |
Mayan Moudgill <moudgill@cs.cornell.EDU> writes:
>Are there public domain disassemblers available....
>for workstations like the Sparcs, DECstations, RS/6000s etc.?
Here is a little script I found a long time ago when searching with
archie for "dis"
echo "${2-main},-1?ai" | adb $1 | sed "s/:.*:^I/:^I/;s/^I^I/^I/"
I can't take credit for it but it is quite handy for quick disassemblies.
It takes one or two arguments. The first is the file name, the optional
second is the procedure name where dissassembly should begin. On the RS/6000
one has to prefix procedure names with a period ('.').
Mark
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.