Welcome![Sign In][Sign Up]
Location:
Search - memory in dos

Search list

[assembly language中断矢量设置与读取有关的DOS功能调用

Description: 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
Platform: | Size: 4378 | Author: 张东 | Hits:

[Documentsdosmemory

Description: 汇编语言在实模式下直接访问4GB内存-assembly language in real mode under direct access 4GB of memory
Platform: | Size: 5120 | Author: 姓名 | Hits:

[Multimedia programplay_dos

Description: DOS下的音乐播放器,可驻留内存。 附原程序及使用说明。-a music player under dos,resist in memory. attached with souce and document.
Platform: | Size: 5120 | Author: 陈好 | Hits:

[Game Enginegjb

Description: 一个空战的引擎:写于2002.4.24 游戏:320*200*256c SVGA显示模式编译:Borland c++ 5.02project: Dos standard 看点:(1) pcx 图片文件的操作;(2) bitmap(/内存) 的一些位拷贝技巧;(3) 主程序的流程;-an air of the engine : 2002.4.24 wrote in the game : 320* 200* 256c SVGA display mode compiler : Borland c 5.02project : Dos standard points : (a) ai pictures of operation; (2) bitmap (/ memory) some copy-skills; (3) the main program flow;
Platform: | Size: 8192 | Author: gjb | Hits:

[assembly language中断矢量设置与读取有关的DOS功能调用

Description: 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, how to install (to be interrupted service procedures set up to address the interruption vector table), and how soft interrupt directive calling service interruption program. To highlight key issues, in this case the interruption of services not the presence of code memory.
Platform: | Size: 4096 | Author: 张东 | Hits:

[Console内存技术

Description: 在DOS下的内存处理技术,xms技术ems技术和各种内存处理函数-DOS memory technology, technical ems XMS technology and a variety of memory handling functions
Platform: | Size: 249856 | Author: 彭文艺 | Hits:

[assembly languageshizh

Description: 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法:如何驻留内存;如何截取中断向量;如何在硬件层次上应答键盘;如何截取组合键。 要编译、连接成*.com文件-this my clock procedures in 1993 a series of small programs, is now posted out to you for reference. following the implementation of its presence memory, the whole point of the talks will be, you can use Ctrl-Alt-U from its memory under the swap. can use Ctrl-Alt-C transform color, using Ctrl-Alt-O put timekeeping voice switch off (if the annoyance), in the presence of memory, using a direct change memory control block in the way that they use MEM or MI in the memory not see it, keyboard control using a direct interception of the INT 9. This procedure Despite its small size, after compiling a little more than 1K byte, but Sparrow small, perfectly formed, in the process, you can refer to the following program : how the presence of memory; how interception interrupt vector; in response le
Platform: | Size: 3072 | Author: 黄文欢 | Hits:

[assembly languageFONTNEW

Description: dos下显示汉字,利用int 15 的87 号功能将字库装载到1m以上内存。-dos shown in Chinese characters, use int 15 87 functions will be loaded into character 1m more memory.
Platform: | Size: 1024 | Author: ronson | Hits:

[assembly languageSru

Description: memory dump,可以將DOS下1M內存的內容全部讀出來,並列印在螢幕上.-memory dump, can be DOS 1M memory read out all the details. and print on the screen.
Platform: | Size: 2048 | Author: 劉甜 | Hits:

[OtherHzk16

Description: DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。-DOS under 16 dot matrix Chinese characters in DOS downloaded into the memory or to open a binary manner, index to display Chinese characters, Chinese characters read out to display the binary code can be graphically displayed on the screen.
Platform: | Size: 421888 | Author: sunhaijng | Hits:

[OtherHZK16C

Description: DOS下16点阵汉字字库,在DOS下载入内存或以二进制的方式打开,索引要显示的汉字,读出要显示汉字的二进制代码,以图形方式即可显示在屏幕上。-DOS under 16 dot matrix Chinese characters in DOS downloaded into the memory or to open a binary manner, index to display Chinese characters, Chinese characters read out to display the binary code can be graphically displayed on the screen.
Platform: | Size: 161792 | Author: sunhaijng | Hits:

[assembly languageclock

Description: 这是一个在ms-dos下在屏幕右上角显示时钟的程序。 程序实现了BISO功能调用读取实时时钟,并把程序 驻留内存,利用1CH中断实现电子钟计数。 本程序在masm 5.0下汇编通过,并且在ms-dos下 运行良好,实现了内存驻留,在dos做其他操作, 屏幕右上方始终显示一个绿色时间。-This is a ms-dos in the upper right corner of the screen show the clock procedures. Biso procedures to achieve a real-time clock function calls to read and process the presence of memory, the use of electronic bell interrupted 1CH count. This procedure in the next compilation through masm 5.0 and ms-dos in the run well, the presence of a memory, in the dos and do other operations, always at the top right of the screen shows a green time.
Platform: | Size: 2048 | Author: | Hits:

[Software Engineeringmemory

Description: 内存的相关知识,包括基本原理,类型,时序等以及相关项目的开发方法-Memory-related knowledge, including the basic principles, types, timing and related projects such as the development of methods
Platform: | Size: 704512 | Author: fanxc | Hits:

[Otherwc4g_dos

Description: 在DOS利用Watcom c++的保护模式4G内存,可以在VESA的640X480X256下直接写屏幕,支持鼠标和汉字点阵显示。-In DOS using Watcom c++ of the protected mode 4G memory, VESA can directly write the 640X480X256 screen, support for mouse and Chinese characters dot matrix display.
Platform: | Size: 151552 | Author: jiang | Hits:

[Otheradvdos-Duncan

Description: The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DOS Genealogy of MS-DOS MS-DOS in Operation Structure of MS-DOS Application Programs MS-DOS Programming Tools Keyboard and Mouse Input Video Display Printer and Serial Port File Management Volumes and Directories Disk Internals Memory Management The EXEC Function Interrupt Handlers Installable Device Drivers Filters Compatibility and Portability MS-DOS FUNCTIONS REFERENCE IBM ROM BIOS AND MOUSE FUNCTIONS REFERENCE LOTUS/INTEL/MICROSOFT EMS FUNCTIONS REFERENCE
Platform: | Size: 602112 | Author: alan | Hits:

[OS program4GM

Description: dos turbo c big real mode 4g memory dump
Platform: | Size: 2048 | Author: hello_tony | Hits:

[assembly languagedos_ext_sample

Description: dos memory management sample
Platform: | Size: 7092224 | Author: gordian | Hits:

[OS programMEMORY

Description: C语言编写的内存处理实例,对内存的申请,销毁,申请不成功、出错的各种处理-C language memory handling for instance, the application memory, destruction, unsuccessful, and a variety of error handling
Platform: | Size: 10240 | Author: 刘振中 | Hits:

[Documentslec16-memory

Description: notes on memory technology use for Btech studies
Platform: | Size: 482304 | Author: bp | Hits:

[assembly languagerenyang

Description: 1:在DOS下打入zl,程序内存驻留 2:按F1进入程序 3: 1 2 3 4 5 6 7 8 9 0 - = 分别代表 1 2 3 4 5 6 7 8 9 0 - + 在矩行框中可做加减法 键入表达示后按回车可得答案 3:按F2退出界面 4:打zl/q将程序退出内存。 -1: In DOS, enter the zl, program memory resides 2: Press F1 to enter program 3: 1 2 3 4 5 6 7 8 9 0- = each representation 1 2 3 4 5 6 7 8 9 0-+ OK box at the moment Type the expression in the show to do addition and subtraction method available and press Enter Answer 3: Press F2 exit interface 4: Playing zl/q quit the program memory.
Platform: | Size: 2048 | Author: liuliu | Hits:
« 12 3 4 »

CodeBus www.codebus.net