thumb7-opcodes-x86.cpp

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

CPP
22
字号
/*************************************************************************** DSemu - The Next Generation                                             ** Portable ARM7TDMI core: ARM7-specific Thumb ops [thumb7-opcodes.cpp]    ** Copyright Imran Nazar, 2005; released under the BSD public licence.     ***************************************************************************/#ifdef ARM7TDMI_X86#include "arm7tdmi.h"#define _RNH reg.r[((reg.curop&TMSK_RN)>>TSHFT_RN)|((reg.curop&0x0040)>>3)]OPC topBXreg(){    return 1;}#endif/*** EOF: thumb7-opcodes.cpp *********************************************/

⌨️ 快捷键说明

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