comparison arm7dis/thumbdis.c @ 107:c883e60df239

arm7dis: README and header comments added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 31 Mar 2014 06:49:27 +0000
parents a10acb1688e0
children
comparison
equal deleted inserted replaced
106:a39a38bbec4d 107:c883e60df239
1 /*
2 * Lean and mean ARM7TDMI disassembler
3 * Written by Spacefalcon the Outlaw
4 */
5
1 #include <sys/types.h> 6 #include <sys/types.h>
2 #include <stdio.h> 7 #include <stdio.h>
3 #include <stdlib.h> 8 #include <stdlib.h>
4 #include <string.h> 9 #include <string.h>
5 #include <strings.h> 10 #include <strings.h>