dounssym
来自「SimpleScaler(RISC处理器仿真分析程序)指令集相对应的汇编」· 代码 · 共 9 行
TXT
9 行
#!/bin/sh# objdump the symbol table, but strip off the headings and symbol# numbers and sort the result. Intended for use in comparing symbol# tables that may not be in the same order.objdump +symbols +omit-symbol-numbers $1 \ | sort#eof
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?