From: lkcl Date: Fri, 20 Nov 2020 15:48:26 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1712 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04ef1959c9cc321a185a155aa221638cf31a0524;p=libreriscv.git --- diff --git a/openpower/sv/16_bit_compressed.mdwn b/openpower/sv/16_bit_compressed.mdwn index 6fb705c91..07c40fad7 100644 --- a/openpower/sv/16_bit_compressed.mdwn +++ b/openpower/sv/16_bit_compressed.mdwn @@ -487,7 +487,7 @@ space (when RA==0) | 1 1 0 0 | | | 001.1 | 0 | | M | | 1 1 1 1 | | | 001.1 | 0 10 | | M | -# Analysis techniques +# Analysis techniques and tools objdump -d --no-show-raw-insn /bin/bash | sed 'y/\t/ /; s/^[ x0-9A-F]*: *\([a-z.]\+\) *\(.*\)/\1 \2 /p; d' |