⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arm7tdmi-opcodes-x86.cpp

📁 一个任天堂掌上游戏机NDS的源代码
💻 CPP
字号:
/*************************************************************************** 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -