FreeCalypso > hg > tcs211-l1-reconst
view g23m/objdiff/l1_int/disasm.sh @ 148:ef14dccecd98
l1_sync.c: l1s_schedule_tasks() logic reconstructed,
but unable to match the compiler's register alloc
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 16 May 2016 03:10:42 +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