搜索资源列表
wrfram
- 写铁电存储器程序,铁电存储广泛应用于快速存取的场所,作存储器用-written procedures ferroelectric memory, ferroelectric memory widely used for quick access to the premises for Memory
get_krl_base
- 获取内核内存地址的汇编代码。-access to the kernel memory address compiled code.
major
- 汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。-An asm typing game. Includes features such as mouse control, direct video memory access, serial communication via rs232 and high score keeping and etc.
time
- 汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, o
A4GBMem
- 演示如何在DOS OS下访问4GB内存空间-Demonstration of how to access DOS OS under the 4GB memory space
FlashEE
- 这是单片机ADUC812访问片内程序存储器的程序-This is single-chip microcomputer ADuC812 chip program memory access procedures
Monkey
- Monkey,即猴子病毒传播硬盘和软盘的引导区,总长度为 01F4H(500字节),它将原引导记录加密后保存,在系统读出时先解密再送出,结果造成病毒不在内存中时,系统无法得到正常的引导记录,以至对所有硬盘分区无法访问。只有当从有病毒的盘启动时,才能正常访问硬盘。-Monkey, the monkey transmission of the virus hard disk and floppy disk boot sector with a total length of 01F4H (500
4g
- Assembly source code access to 4GB memory address for DOS-4G memory access assembly source code
pass
- Security is a prime concern in our day-today life. Everyone wants to be as much secure as possible. An access control for doors forms a vital link in a security chain. The microcontroller based Door locker is an access control system that allows only
huibian
- 寻址方式在结构化数据访问中的应用,(1)掌握不同的内存寻址方式 (2)使用结构化的数据存储方式 (3)掌握BCD码的编码方式 -Addressing modes in structured data access, (1) to master different memory addressing mode (2) using structured data storage (3) The master of BCD encoding
cunchuguanli
- 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Re
2.2
- 编写程序,学习随机存储器的访问,检查RAM中0到4FH中内容为0的个数,将结果存放在50H中,要求使用R0(@ R0)间接寻址。-Program, learning random memory access checking RAM to 4FH in content to the number of zeros, and the results are stored in 50H, requires the use of indirect addressing of R0 (@ R0).
3
- 编写程序,学习只读存储器的访问,检查ROM中0到4FH中内容为0FFH的个数,将结果存放在50H中,要求使用DPTR(@A+DPTR)或PC(@A+PC)变址寻址。-Program, learning the read-only memory access, check the ROM to 4FH content 0FFH number, the result is stored in 50H, requires the use of the DPTR (@ A+DPTR) or PC (@
myIntGate
- 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
Flatreal
- 这个程序演示在bigreal(flatreal)模式下如何访问1M以上的memory.并把smbios表copy到0x50000000h处.是bios开发必须掌握的技能,所涉及到的技术包括smbios的访问方法以及cpu工作模式的切换-how to access memory beyond 1 megabyte in flatreal/bigreal mode, how to access smbios table
2.tar
- 前面提到,数据可存储在寄存器、内存单元,I/O端口。现在需考虑的问题是:在编程时如何访问这些数据? (1)若在寄存器中,可直接用寄存器名来访问寄存器中的数据。 (2)若在内存单元或I/O端口,则需按地址访问。-As mentioned earlier, the data may be stored in a register, a memory unit, I/O port. Issues to be considered now is: how to access the dat
AD
- 使用ADC0809的通道0,接入0-5V的直流电压,用WR电位器调整模拟电压值,A/D的转换结束信号EOC接在主8259A的IR5上,采集100个数据存入内存中。请多次调整0-5V的电压值(旋动W1旋钮),进行A/D采集,并观测内存中的数据的变化情况。-Use ADC0809 channel 0, 0-5V DC voltage access and adjust the analog voltage value WR potentiometer, A/D conversion end sign
LEUP1
- 程序 DEMOCRW 和 DEMOPRO 是用于学习 80X86 CPU 的保护模式特性,核心都在常规内存中,方便查看内部数据和堆栈。 本程序必须运行在纯 DOS 下(如 Windows 98 的 启动 DOS ),运行后驻留内存,再运行 DEBUG 实验。 出现保护异常会用黑底黄字显示当前信息(错误代码、中断号(实际是中断号*4)、V86 堆栈)并退出异常程序。 启动时会报告各数据的地址,以及再要显示报告数据的程序地址。 2 RDRXSGEE 程序原为用于 STC89C5
tett
- XMS 内存的存取是通过 XMS 驱动程序进行的,存取 XMS 前,必须先检测 XMS 驱动程序是否存在,然后获取驱动程序地址,通过远调用来使用它。检测 XMS 及获取驱动程序地址通过 INT 2FH 的 4300H 和 4310H 功能来进行的,一旦成功后,所有对 XMS 的操作都是先在 AH 内设置功能码,然后通过对驱动程序进行 CALL FAR 来完成。在调用时需要在内存中先定义一个 EMM 结构,里面包括移动的字节数,XMS内存的句柄等要用到的参数。 - XMS memory a
SRAM
- 随 机 存 储 器(SRAM)的 vhdl 源 代 码-Static random access memory (SRAM) in vhdl source code
