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

📄 cpu_asm.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/* *  $Id: cpu_asm.h,v 1.3.2.1 2003/09/04 18:47:22 joel Exp $ * *  Copyright (c) 2002 by Advent Networks, Inc. *          Jay Monkman <jmonkman@adventnetworks.com> * *  The license and distribution terms for this file may be *  found in the file LICENSE in this distribution or at *  http://www.rtems.com/license/LICENSE. * *  This file is the include file for cpu_asm.S * * */#ifndef __CPU_ASM_h#define __CPU_ASM_h/* Registers saved in context switch: */.set REG_CPSR,   0.set REG_R4,     4.set REG_R5,     8.set REG_R6,     12.set REG_R7,     16.set REG_R8,     20.set REG_R9,     24.set REG_R10,    28.set REG_R11,    32.set REG_SP,     36.set REG_LR,     40.set REG_PC,     44.set SIZE_REGS,  REG_PC + 4#endif

⌨️ 快捷键说明

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