Adding instruction table and basic PPC state.

Can decode a single instruction.
This commit is contained in:
Ben Vanik
2013-01-13 21:25:28 -08:00
parent 099e37490a
commit bfec194533
12 changed files with 715 additions and 3 deletions

View File

@@ -4,4 +4,8 @@
'codegen.cc',
'cpu.cc',
],
'includes': [
'ppc/sources.gypi',
],
}