Merge pull request #64 from alexfru/master

Initial support for MIPS16e in virtualmips emulator
This commit is contained in:
Serge Vakulenko
2015-10-26 16:01:32 -07:00
5 changed files with 663 additions and 19 deletions

View File

@@ -33,3 +33,4 @@ clean:
rm -f *.o smlrc smlrc.dis smlrc.elf
###
smlrc.o: smlrc.c cgmips.c
${CC} ${CFLAGS} -mips16 smlrc.c -c -o $@