FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_int/disasm.sh @ 65:549dc74942a0
l1_ctl.h: IL_FOR_RXLEV_SNR (added earlier from LoCosto) changed to TCS211 value
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 28 Mar 2016 01:51:54 +0000 |
parents | 851c826f9545 |
children | 7f883b707182 |
line wrap: on
line source
#!/bin/sh set -e for i in `cat disasm-list` do tiobjd ../../blobs/l1_int/$i.obj disasm -gl > $i.orig tiobjd ../../blobs/l1_int.upd/$i.obj disasm -gl > $i.tiupd tiobjd ../../__out__/gsm*/obj/l1_int/$i.obj disasm -gl > $i.new done