FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_cust_int/disasm.sh @ 313:0388ecc384d6
l1p_ctl.c: l1pctl_npc_agc_read() reconstructed
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 03 Oct 2017 08:11:02 +0000 |
parents | d9c80d4c0e91 |
children |
line wrap: on
line source
#!/bin/sh set -e for i in `cat disasm-list` do tiobjd ../../blobs/l1_cust_int/$i.obj disasm -gl > $i.orig tiobjd ../../__out__/gsm*/obj/l1_cust_int/$i.obj disasm -gl > $i.new tiobjd ../../__out__/gsm*/obj/l1_cust_int/$i.obj disasm -gll > $i.newln done