代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/346080/11770093
s vector.s
ModeMask EQU 0x1F
SVC32Mode EQU 0x13
IRQ32Mode EQU 0x12
FIQ32Mode EQU 0x11
User32Mode EQU 0x10
Abort32Mode EQU 0x17
Undef32Mode EQU 0x1B
IRQ_BIT EQU 0x80
FIQ_BIT EQU 0x40
GBLS
www.eeworm.com/read/259465/11788692
s 44binit.s
; *******************************************************
; * NAME : 44BINIT.S *
; * Version : 10.April.2000 *
; * Description: *
; * C start up codes *
; * Con
www.eeworm.com/read/345629/11800075
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/259334/11807440
cpp cwdlg.cpp
// CommWizardDlg.cpp : implementation file
//
#include "stdafx.h"
#include "CW.h"
#include "CWDlg.h"
#include "SSDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/345500/11811224
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "manager.h"
#include "MainFrm.h"
#include "UserDlg.h"
#include "LoginDlg.h"
#include "FolkDlg.h"
#
www.eeworm.com/read/156063/11831672
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/258861/11835899
cpp demo4.cpp
// DEMO4.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
#include
#include
using namespace std;
//-------------
www.eeworm.com/read/155994/11836161
h iohandler.h
/*
* Copyright (c) 1996 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpo
www.eeworm.com/read/334617/11853249
s irq.s
;/****************************************Copyright (c)**************************************************
;** Guangzou ZLG-MCU Development Co.,LTD.
;**
www.eeworm.com/read/258434/11864245
asm cctrap.asm
PAGE ,132
; Install a custom Interrupt 23 (Ctrl-C exception) handler
;
; Public domain by Bob Stout
;
; Requires MASM 5.1 or later or equivalent
;
; Assemble with: MASM /Mx