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

📄 intr.asl

📁 award bios 源代码,喜欢汇编程序及想研究主板BIOS程序的人可以参考哦.我是费了老大的劲才找到的哦.
💻 ASL
字号:

Device(PIC) {				// 8259 PIC
                Name(_HID,EISAID("PNP0000"))	// Hardware Device ID

                Name(_CRS,Buffer(){
                        0x47,		// IO port descriptor
                        0x01,		// 16 Bit Decode
                        0x20,		// Range min. base low for PIC
                        0x00,		// Range min. base high for PIC
                        0x20,		// Range max. base low for PIC
                        0x00,		// Range max. base high for PIC
                        0x01,		// Allignment
                        0x02,		// No. Contiguous ports

                        0x47,		// IO port descriptor
                        0x01,		// 16 Bit Decode
                        0xA0,		// Range min. base low for PIC
                        0x00,		// Range min. base high for PIC
                        0xA0,		// Range max. base low for PIC
                        0x00,		// Range max. base high for PIC
                        0x01,		// Allignment
                        0x02,		// No. Contiguous ports

                        0x22,		// IRQ rescriptor
                        0x04,		///////
                        0x00,		// High part of IRQ mask
                        

                        0x79,		// End Tag
                        0x00
                        })		// End of _CRS
                        
                }			// End of PIC


⌨️ 快捷键说明

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