代码搜索:CPU卡 开发教程

找到约 10,000 项符合「CPU卡 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/270486/11035377

asm os_cpu_a.asm

;/* ;********************************************************************************************************* ;* uC/OS-II ;*
www.eeworm.com/read/270478/11035676

h os_cpu.h

/**************************************************** * $Workfile: os_cpu.h for SkyEye simulator * * $Revision: 1.0 * * $Author: Chen Yu, Li Ming
www.eeworm.com/read/270478/11035714

s os_cpu_a.s

;********************************************************************** ;**************************************************** ; $Workfile: os_cpu_a.S for SkyEye simulator $ ; $Revision: 1.
www.eeworm.com/read/270400/11039320

h os_cpu.h

/* ********************************************************************************************************* * uC/OS-II *
www.eeworm.com/read/270400/11039322

s os_cpu_a.s

;* ;* File: os_cpu_a.s ;* ;* (c) Copyright ARM Limited 1999. All rights reserved. ;* ;* ARM Specific code ;* ;* ; ; Functions defined in this modul
www.eeworm.com/read/270376/11040868

c cpu3.c

#include "sysdeps.h" #include "shared.h" #include "memory.h" #include "custom.h" #include "newcpu.h" #include "cputbl.h" void op_3000(ULONG opcode) { ULONG srcreg = (LONG)(BYTE)((opcode & 7) >> 0);
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/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