代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/445734/7591516
bak 44binit(已注释).s.bak.bak
; *******************************************************
; * NAME : 44BINIT.S *
; * Version : 10.JAn.2003 *
; * Description: *
; * C start up codes *
; * Configure memory, Initi
www.eeworm.com/read/445734/7591520
bak 44binit(已注释).s.bak
; *******************************************************
; * NAME : 44BINIT.S *
; * Version : 10.JAn.2003 *
; * Description: *
; * C start up codes *
; * Configure memory, Initi
www.eeworm.com/read/445734/7591521
s 44binit(已注释).s
; *******************************************************
; * NAME : 44BINIT.S *
; * Version : 10.JAn.2003 *
; * Description: *
; * C start up codes *
; * Configure memory, Initi
www.eeworm.com/read/438248/7733574
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;【创建人及创建日期】龚俊//2002年12月19日19:17
;【修改
www.eeworm.com/read/437619/7744667
s sccvec.s
; Modified from the PE1CHL version to work with NOS.
; This file cannot be used with the PE1CHL sources.
include asmglobal.h
extrn Stktop,Spsave,Sssave,doret:proc,scctim:proc,eoi:proc
extrn po
www.eeworm.com/read/435150/7796246
cpp main.cpp
// Exercise 17.3 Implementing a terminate handler
// All we have to do is add the definition for our terminate handler function
// and set our terminate handler in place of the default in main()
//