A Programmer s Reference to BIOS, DOS, and Third-Party Calls X86 Interrupt 使用

源代码在线查看: sample1.flt

软件大小: 353 K
上传用户: shicg666666
关键词: Third-Party Programmer Interrupt Reference
下载地址: 免注册下载 普通下载 VIP

相关代码

				# SAMPLE1.FLT
				# Sample filtering file number 1, using only title includes/excludes.
				# Extract MS-DOS calls, but exclude DR-DOS-specific, DOS-extender, and
				# non-DOS networking calls.
				# Note: a few extraneous calls are still included.
				#
				+ DOS
				-DR DOS
				-DR-DOS
				-DR Multiuser DOS
				-Concurrent DOS
				-DOS/16M
				-DOS4GX
				-DOS/4G
				-extender
				-LAN Manager
				-DECnet DOS
				#
				# end of SAMPLE1.FLT
							

相关资源