cpu_asm.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 36 行
H
36 行
/* * $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 + =
减小字号Ctrl + -
显示快捷键?