aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter.h
blob: 5318b81c2d8722d6c04a8747d7b909deaeabef46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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