-
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect...
1、BOOTSECT.BIN
功能:1.44M软盘的引导扇区中的文件
源代码文件:BOOTSECT.ASM
编译方法 nasm bootsect.asm -o bootsect.bin
2、WRBOOT.COM
功能:将BOOTSECT.BIN 写到软盘的引导扇区
源代码文件:WRBOOT.ASM
编译方法 nasm wrboot.asm -o wrboot.com
使用方法:将BOOTSECT.BIN 与WRBOOT.COM
置于同一目录下,软驱中插入软盘,执行WRBOOT.COM
3、OS.PCS
功能:操作系统的任务切换演示
源代码文件:PCS.ASM
编译方法 nasm pcs.asm -o os.pcs
使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。
-1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
- 2022-03-26 13:01:00下载
- 积分:1
-
使用VBA进行Word开发的手册,内容很详细,是进行Word开发不可多得的参考。...
使用VBA进行Word开发的手册,内容很详细,是进行Word开发不可多得的参考。-The use of VBA for Word development manual in great detail, is to develop a rare reference to Word.
- 2022-08-25 21:34:34下载
- 积分:1
-
该计数器将实现算数的四则运算,如+、
该计数器将实现算数的四则运算,如+、-、×、/等-The counter will achieve the four fundamental operations of arithmetic, such as+,-,×,/, etc.
- 2022-08-06 21:37:03下载
- 积分:1
-
源于VB妮可的素材和想法的一个小游戏,垦地越多,垦石越少,得分越高,个人最高得分为166分。...
源于VB妮可的素材和想法的一个小游戏,垦地越多,垦石越少,得分越高,个人最高得分为166分。-Nicole from VBNike material and ideas of a small game, the more cultivated land, reclaimed stone less the higher the score, the highest individual score of 166 points.
- 2022-02-07 11:04:16下载
- 积分:1
-
实现简单的复数加减乘除四则运算,输入格式是分别输入服输的实部和虚部,可能还有点小毛病,但能实现基本功能...
实现简单的复数加减乘除四则运算,输入格式是分别输入服输的实部和虚部,可能还有点小毛病,但能实现基本功能-Plural simple arithmetic calculation, enter the format is throwing in the towel enter the real and imaginary parts, there may be little problems, but to achieve the basic functions of
- 2022-04-22 10:01:28下载
- 积分:1
-
Power PC 55xx 时钟初始化程序
Power PC 55xx 时钟初始化程序-Power PC 55xx clock initialization procedure
- 2022-03-30 11:06:34下载
- 积分:1
-
VC动态链接库(dll)编程深入浅出.pdf附源码
VC动态链接库(dll)编程深入浅出PDF文档,并附随书源代码。以下是该书简介:
一、前言
自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需要的大量的API函数也被包含在Kernel DLL中。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-27 19:20:04下载
- 积分:1
-
使用Xml文件的范例
使用Xml文件的范例-use Xml file paradigm
- 2023-03-20 21:35:03下载
- 积分:1
-
搜索算法解分油问题,用c语言实现。附上实验报告
搜索算法解分油问题,用c语言实现。附上实验报告-search algorithm
- 2022-02-02 01:15:36下载
- 积分:1
-
基于viusual studio 2005开发的MFC应用程序。是一个建议的虚拟电子琴。是学习的好资料...
基于viusual studio 2005开发的MFC应用程序。是一个建议的虚拟电子琴。是学习的好资料-a mfc application system on viusual studio 2005.it is a virtual piano
- 2022-04-11 02:29:38下载
- 积分:1