Merge remote-tracking branch 'mips_disassembler/master'

This commit is contained in:
Connor Olding 2018-10-11 16:45:33 +02:00
commit b79aed3f66
2 changed files with 1645 additions and 0 deletions

11
Makefile Executable file
View File

@ -0,0 +1,11 @@
#CFLAGS = -ggdb -Wall
CFLAGS = -Ofast -Wall
install: all
cp zadis /usr/bin/zadis
all:
$(CC) $(CFLAGS) -o zadis adis.c
clean:
rm -vf adis

1634
adis.c Executable file

File diff suppressed because it is too large Load Diff