FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_int/disasm.sh @ 107:bfee762b21f3
l1_func.c fully reconstructed: matches TCS211 object
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 08 Apr 2016 03:50:10 +0000 |
parents | 7f883b707182 |
children |
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 tiobjd ../../__out__/gsm*/obj/l1_int/$i.obj disasm -gll > $i.newln done