⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 excep32.h

📁 大量的汇编程序源代码
💻 H
字号:
/* Copyright	Rainer Schnitker 92,93 */

void excep0_386(void);	      /* label for exceptions  0 */
void excep1_386(void);	      /* label for exceptions  1 */
void excep2_386(void);	      /* label for exceptions  2 */
void excep3_386(void);	      /* label for exceptions  3 */
void excep4_386(void);	      /* label for exceptions  4 */
void excep5_386(void);	      /* label for exceptions  5 */
void excep6_386(void);	      /* label for exceptions  6 */
void excep7_386(void);	      /* label for exceptions  7 */
void excep8_386(void);	      /* label for exceptions  8 */
void excep9_386(void);	      /* label for exceptions  9 */
void excep10_386(void);       /* label for exceptions 10 */
void excep11_386(void);       /* label for exceptions 11 */
void excep12_386(void);       /* label for exceptions 12 */
void excep13_386(void);       /* label for exceptions 13 */
void excep14_386(void);       /* label for exceptions 14 */
void excep15_386(void);       /* label for exceptions 15 */
void excep16_386(void);       /* label for exceptions 16 */
void excep17_386(void);       /* label for exceptions 17 */

void extender_ds(void);       /* label int text for ds */

void	clearregs(void);	    /* clear high bit of e?x */
int	page_fault(void);	    /* page fault handler */
void	prot_cbrk ( void );
void	crit_error ( void );
void	timer_handler ( void );

extern volatile unsigned int cbrkcall;
extern volatile unsigned long time_tic;

⌨️ 快捷键说明

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