代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/270376/11040885

c cpu1.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_1000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
www.eeworm.com/read/270376/11040894

c cpu7.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_7000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 255) >> 0);
www.eeworm.com/read/270376/11040899

c cpub.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_b000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
www.eeworm.com/read/270376/11040907

c cpu5.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_5000(ULONG opcode) { ULONG srcreg = imm8_table[(opcode & 3584) >> 9];
www.eeworm.com/read/270376/11040914

c cpu0.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_0(ULONG opcode) { ULONG dstreg = (opcode & 7) >> 0; {{ BYTE src = next
www.eeworm.com/read/270376/11040916

c cpu2.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_2000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
www.eeworm.com/read/270376/11040917

c cpuc.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_c000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
www.eeworm.com/read/270376/11040919

c cpu8.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_8000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
www.eeworm.com/read/270376/11040923

c cpu4.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_4000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0); {
www.eeworm.com/read/270376/11040931

c cpu9.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_9000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);