_csl_intcnmidummy.asm

来自「Dm6455 driver,magbe useful to you!」· 汇编 代码 · 共 19 行

ASM
19
字号
;/*****************************************************************************
; *  Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005   
; *  
; *  Use of this software is controlled by the terms and conditions found in the
; *  license agreement under which this software has been supplied.             
; *****************************************************************************/

;/** @file _csl_intcIsrDispatch.asm
; *
; *  @date 12th June, 2004
; *  @author Ruchika Kharwar
; */
    .global __CSL_intcNmiDummy
    .def __CSL_intcNmiDummy
    .sect  ".text:csl_section:intc"
__CSL_intcNmiDummy:
    b nrp
    nop 5    
        

⌨️ 快捷键说明

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