搜索资源列表
中断13H模式VGA模式C语言开发图形库
- 在DOS13号中断下开发图形显示程序的例程,很经典的示例。-interruption in its DOS13 developed procedures graphics routines, classic examples.
打砖块(汇编版)
- 用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
硬盘结构简介
- 硬盘参数释疑,基本 Int 13H 调用简介,现代硬盘结构简介,Boot Sector 结构简介-Hard drive parameter descr iption, basic Int 13H function call introduction, modern hard drive architecture introduction, Boot Sector structure introduction
BootCmos
- 龙已飞去的屠龙刀,系统关键数据/区MBR,DBR,CMOS-RAM 管理工具,适用Win9X/DOS ,开发工具BC3.1(+Turbo Vision),BIOS Int 13h-exiting the holding, the system key data / MBR District, DBR, CMOS-RAM management tools, application Win9X/DOS, development tool
VGA-13h-SDK
- 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320 * 200 * Male small developm
tool_floppy_disk_wr
- 写软盘扇区的小程序及ASM源程序,采用ASM编程,直接使用BIOS INT 13H,使用方法,wr sourcefilename 0x115600 0x3000,参数1:被写文件名,参数2:起始逻辑扇区号,参数3:写长度-sector of floppy disks to write small programs and ASM source code, using ASM programming, direct use of the
read2sec
- 我自己编写的一个汇编小程序 read2sec.asm 用扩展int 13h调用读取扇区内容(C调用的汇编子程序)-I prepared a compilation of small programs used to expand read2sec.asm call int 13h read Sector (C compilation subprogram call)
xiaorenxingzou
- 汇编语言课程设计 (一)设计题目及要求 题目: “小人”行走的编程 要求: 先建立图形表,3个字符的ASCⅡ码分别为01H、04H、13H。编写程序,使“小人”先向斜上方,再向斜下方,最后水平方向动起来。 -assembly language curriculum design (1) a design and requirements subject : "villains" Walkin
ram96
- --- -initial--- - MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM STATUS MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 ----------------------- MOVLA AAH 写入RAM的数据 MOVAM 08H MOV
扩展Int 13H调用规范
- 硬盘参数释疑 到目前为止,人们常说的硬盘参数还是古老的 CHS (Cylinder/Head/Sector)参数。那么为什么要使用这些参数,它们的意义是什么?它们的取值范围是什么?-drive parameters construction date, known as the hard drive or the old parameters CHS (Cylinder / Head / Sector) parameters. Then
特殊磁道加密源代码
- 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围
扩展Int 13H调用规范
- 硬盘参数释疑 到目前为止,人们常说的硬盘参数还是古老的 CHS (Cylinder/Head/Sector)参数。那么为什么要使用这些参数,它们的意义是什么?它们的取值范围是什么?-drive parameters construction date, known as the hard drive or the old parameters CHS (Cylinder/Head/Sector) parameters. Then why
特殊磁道加密源代码
- 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围
中断13H模式VGA模式C语言开发图形库
- 在DOS13号中断下开发图形显示程序的例程,很经典的示例。-interruption in its DOS13 developed procedures graphics routines, classic examples.
打砖块(汇编版)
- 用汇编做的简单的打砖块游戏,在13h号图形方式下运行,源码大小为10k-a small game written in asm , which calls interrupt 13h to run under graphic mode , the code is less than 10k
BootCmos
- 龙已飞去的屠龙刀,系统关键数据/区MBR,DBR,CMOS-RAM 管理工具,适用Win9X/DOS ,开发工具BC3.1(+Turbo Vision),BIOS Int 13h-exiting the holding, the system key data/MBR District, DBR, CMOS-RAM management tools, application Win9X/DOS, development tools
tool_floppy_disk_wr
- 写软盘扇区的小程序及ASM源程序,采用ASM编程,直接使用BIOS INT 13H,使用方法,wr sourcefilename 0x115600 0x3000,参数1:被写文件名,参数2:起始逻辑扇区号,参数3:写长度-sector of floppy disks to write small programs and ASM source code, using ASM programming, direct use of the
read2sec
- 我自己编写的一个汇编小程序 read2sec.asm 用扩展int 13h调用读取扇区内容(C调用的汇编子程序)-I prepared a compilation of small programs used to expand read2sec.asm call int 13h read Sector (C compilation subprogram call)
int13h
- BIOS int 13h功能描述,DOS下编程很值得收藏。-descr iption of the interrupt 13H.
Partition_structure
- 基本INT 13H读写磁盘扇区 一、读磁盘 MOV AX,0201H MOV BX,7C00H MOV CX,0001H MOV DX,0080H INT 13H INT 3H 二、写磁盘 MOV AX,0301H MOV BX,7C00H MOV CX,0001H MOV DX,0080H INT 13H INT 3H -Partition structure