From: Michael McMaster Date: Wed, 29 Dec 2010 00:05:52 +0000 (+1000) Subject: Perl script works! X-Git-Tag: 1.0.0~7 X-Git-Url: http://git.codesrc.com/gitweb.cgi?a=commitdiff_plain;h=0d05db828c747b207b6231931c01ff4100a3c549;p=glBoy.git Perl script works! --- diff --git a/DAA.hh b/DAA.hh new file mode 100644 index 0000000..e69de29 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f897cc6 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + +mm80: InstructionSet_Opcodes.cc ALU.cc Core.cc Memory.cc Registers.cc + g++ -std=c++0x -I. -o $@ $^ + +InstructionSet_Opcodes.cc: InstructionSet.opcode makeOpcodes.pl + perl ./makeOpcodes.pl + +test: InstructionSet_Opcodes.cc Test.cc + g++ -std=c++0x -I. -o $@ Test.cc diff --git a/makeOpcodes.pl b/makeOpcodes.pl new file mode 100644 index 0000000..e69de29