mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
well, adding shit. laying out the base for the interpreter. really dirty code.
This commit is contained in:
16
ARMInterpreter.h
Normal file
16
ARMInterpreter.h
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
#ifndef ARMINTERPRETER_H
|
||||
#define ARMINTERPRETER_H
|
||||
|
||||
#include "types.h"
|
||||
#include "ARM.h"
|
||||
|
||||
namespace ARMInterpreter
|
||||
{
|
||||
|
||||
extern s32 (*ARMInstrTable[4096])(ARM* cpu);
|
||||
extern s32 (*THUMBInstrTable[1024])(ARM* cpu);
|
||||
|
||||
}
|
||||
|
||||
#endif // ARMINTERPRETER_H
|
Reference in New Issue
Block a user