diff ticoff/README @ 70:6799a5c57a49

tiobjd started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 22 Mar 2014 02:29:22 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ticoff/README	Sat Mar 22 02:29:22 2014 +0000
@@ -0,0 +1,6 @@
+Here I'm going to build a standalone tool that reads linkable (not final)
+object modules produced by TI's TMS470 toolchain, as found in GSM firmware
+semi-sources, and produces disassembly listings that are well-fit for
+understanding the function and interfaces of each object blob, and ultimately
+replacing each of these blobs with functionally and interface-equivalent
+new C code.