Changeset 2725 in MondoRescue for branches/2.2.9/mindi-busybox/scripts/showasm
- Timestamp:
- Feb 25, 2011, 9:26:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi-busybox/scripts/showasm
r821 r2725 2 2 3 3 # Copyright 2006 Rob Landley <rob@landley.net> 4 # Licensed under GPLv2 or later, see file LICENSE in this tarball for details.4 # Licensed under GPLv2 or later, see file LICENSE in this source tree. 5 5 6 6 # Dumb little utility function to print out the assembly dump of a single … … 19 19 20 20 objdump -d $1 | sed -n -e '/./{H;$!d}' -e "x;/^.[0-9a-fA-F]* <$2>:/p" 21
Note:
See TracChangeset
for help on using the changeset viewer.