FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_cust_ext/disasm.sh @ 288:595cdc5ff4e5
tpudrv12 differences analyzed and documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 15 Mar 2017 07:26:03 +0000 |
parents | e169f0018f40 |
children |
line wrap: on
line source
#!/bin/sh set -e for i in `cat disasm-list` do tiobjd ../../blobs/l1_cust_ext/$i.obj disasm -gl > $i.orig tiobjd ../../__out__/gsm*/obj/l1_cust_ext/$i.obj disasm -gl > $i.new tiobjd ../../__out__/gsm*/obj/l1_cust_ext/$i.obj disasm -gll > $i.newln done