arm7tdmi-opcodes-x86.cpp

来自「一个任天堂掌上游戏机NDS的源代码」· C++ 代码 · 共 41 行

CPP
41
字号
/*************************************************************************** DSemu - The Next Generation                                             ** Portable ARM7TDMI core: ARM7-specific opcodes [arm7tdmi-opcodes.cpp]    ** Copyright Imran Nazar, 2005; released under the BSD public licence.     ***************************************************************************/#ifdef ARM7TDMI_X86// There isn't much in here, because most of the ARM7 is subsumed into the// ARM9; therefore, those opcodes are common, and defined in arm-dp|ls.#include "arm7tdmi.h"#include "plgmmu32.h"#include "armhelp.h"#include "armmasks.h"#include "datadefs.h"#include "log.h"#include "err.h"//---Branching-------------------------------------------------------------OPC xopB(){    return 3;}OPC xopBL(){    return 3;}OPC xopBX(){    return 1;}#endif/*** EOF: arm7tdmi-opcodes.cpp *******************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?