FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_int/disasm.sh @ 335:e57ad7d45ea4
l1p_sync.c: reconstruction complete, both XIP and intram objects perfect match
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 29 Oct 2017 18:30:00 +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