代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/150590/5690197
s initrom.s
#;********************************************************************************
#;* *
#;* Copyright (C) 2002 Oki El
www.eeworm.com/read/150273/5693860
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/150271/5693884
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/150271/5693932
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/149876/5695281
ms uread16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ldh r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/149876/5695288
ms uwrite16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
sth r0,@r0
fail
exit 0
.data
.p2align 2
www.eeworm.com/read/149876/5695297
ms uwrite32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
st r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/149876/5695348
ms uread32.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ld r0,@r0
fail
exit 0
.data
.p2align 2
fo
www.eeworm.com/read/149876/5696417
c signals.c
/* Test GDB dealing with stuff like stepping into sigtramp. */
#include
#include
#ifdef __sh__
#define signal(a,b) /* Signals not supported on this target - make them go away
www.eeworm.com/read/148963/5707267
h asm_depend.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L