代码搜索:interrupt
找到约 10,000 项符合「interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/144526/12786470
exe interrupt.exe
www.eeworm.com/read/144526/12786475
txt interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
www.eeworm.com/read/245604/12789706
asm interrupt.asm
.include hardware.inc
.external _AD_DATA
.external _LCD_AD_Num
.external _LOAD_AD
.external _LCD_Cursor_Flash
.ram
.public _flag
.var _flag
.external _set_mode
.text
//=============
www.eeworm.com/read/245586/12791446
o interrupt.o
www.eeworm.com/read/245586/12791472
c interrupt.c
#include "hos.h"
unsigned long get_current_eflags(void);
void do_dummy_interrupt_handler(struct pt_regs *regs)
{
printk("[kernel]Not implemented interrupt\n");
display_regs(regs);
//dump_i
www.eeworm.com/read/245586/12791505
h interrupt.h
#ifndef __INTERRUPT_H_
#define __INTERRUPT_H_
#include "kassert.h"
struct {
unsigned int gs;
unsigned int fs;
unsigned int es;
unsigned int ds;
unsigned int ebp;
unsigned int edi;
unsigned in
www.eeworm.com/read/245586/12791819
o interrupt.o
www.eeworm.com/read/245586/12791854
c interrupt.c
#include "hos.h"
unsigned long get_current_eflags(void);
void do_dummy_interrupt_handler(struct pt_regs *regs)
{
printk("[kernel]Not implemented interrupt\n");
display_regs(regs);
//dump_i
www.eeworm.com/read/245586/12791892
h interrupt.h
#ifndef __INTERRUPT_H_
#define __INTERRUPT_H_
#include "kassert.h"
struct {
unsigned int gs;
unsigned int fs;
unsigned int es;
unsigned int ds;
unsigned int ebp;
unsigned int edi;
unsigned in
www.eeworm.com/read/245586/12792053