ee_int.s,v
来自「用TCP/IP进行网际互连这本书得源代码,偶得,希望大家喜欢.推荐下载」· S,V 代码 · 共 56 行
S,V
56 行
head 1.2;access;symbols;locks dls:1.2; strict;comment @# @;1.2date 97.09.21.19.25.55; author dls; state Dist;branches;next 1.1;1.1date 94.09.24.01.00.41; author dls; state Works;branches;next ;desc@@1.2log@pre-3e code@text@/* ee_int.s - _ee_int */#include <icu.s> .text .globl _ee_int_ee_int: cli pushal movb $EOI,%al /* re-enable the device */ outb %al,$OCW1_2 call _ee_intr popal sti iret@1.1log@Initial revision@text@@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?