Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - address memory
Search - address memory - List
汇编,将内存的自定地址开始的1m空间的内容显示出来-compilation, will set the memory address space 1m beginning of the contents of the show
Date : 2008-10-13 Size : 2.3kb User :

实现加法在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。-achieve additive in the computer system, in order to increase the utilization rate of survival, often auxiliary memory (such as disk) as a main memory expansion. Multi-channel operation so that the operations of all logical address space can exceed the sum of the absolute main memory address space.
Date : 2008-10-13 Size : 174.37kb User : 夏天

This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string \"good\" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
Date : 2008-10-13 Size : 6.73kb User : xw

获取内核内存地址的汇编代码。-access to the kernel memory address compiled code.
Date : 2008-10-13 Size : 2.39kb User : 非常

与中断矢量设置与读取有关的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.
Date : 2008-10-13 Size : 4.28kb User : 张东

DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interrupt INT 20 return dos beginner compilation, please exhibitions!
Date : 2026-01-11 Size : 0byte User :

获取内核内存地址的汇编代码。-access to the kernel memory address compiled code.
Date : 2026-01-11 Size : 2kb User : 非常

与中断矢量设置与读取有关的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.
Date : 2026-01-11 Size : 4kb User : 张东

汇编,将内存的自定地址开始的1m空间的内容显示出来-compilation, will set the memory address space 1m beginning of the contents of the show
Date : 2026-01-11 Size : 2kb User :

实现加法在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。-achieve additive in the computer system, in order to increase the utilization rate of survival, often auxiliary memory (such as disk) as a main memory expansion. Multi-channel operation so that the operations of all logical address space can exceed the sum of the absolute main memory address space.
Date : 2026-01-11 Size : 174kb User : 夏天

我在汇编课上完成的一些作业(上机常见习题)和汇编课本上的几个例题,常用的输入输出模块,如: 把压缩存放的BCD码,转换为对应十进制数字ASCII码的程序;编写从键盘键入0至9中任一自然数x,求其立方值;内存中以BUFFER为首地址的缓冲区有10个非压缩型BCD码形式存放的十进制数,它们的值可能是0~9中的任意一个,将这些十进制数顺序显示在屏幕上等等,-I completed classes in the compilation of a number of operations (on the machine common exercises) and the compilation of textbooks on a few examples of commonly used input and output modules, such as: the compressed storage of BCD code, converted to decimal ASCII code corresponding to the procedure prepared from the keyboard type 0-9 in any natural number x, for the cubic value memory to buffer BUFFER headed Address has 10 non-compression type BCD code stored in the form of a decimal number, their value may be 0 ~ 9 any one of these decimal number sequence displayed on the screen, etc.
Date : 2026-01-11 Size : 834kb User : 张某某

读SPI接口数据存储器的汇编程控.可用于仿真器,电脑显示读出版界2个字节及起始地址.-SPI Interface Data Reading a compilation of program memory. Emulator can be used, the computer display read the publishing industry and two-byte starting address.
Date : 2026-01-11 Size : 297kb User : gmxiong

This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
Date : 2026-01-11 Size : 6kb User : xw

存储器扩展实验的源码,是6264扩展到总线的MY4接口,查看段地址2000之间数据的传送.-Memory expansion of the source experiment is extended to the 6264 bus MY4 interface, view the segment address of data transmission between 2000.
Date : 2026-01-11 Size : 14kb User : 303012

再KEIL C51环境中,对存储器块清零,设置RAM中的起始地址-KEIL C51 environment again, cleared the memory block, set the start address of RAM
Date : 2026-01-11 Size : 4kb User : 陈荧

EEPROM记忆类IC的检测,可以设置地址,检测存储器任何地址上的数据,并带数码管显示功能-EEPROM-type memory IC testing, you can set the address to detect any memory address data, and with digital tube display
Date : 2026-01-11 Size : 16kb User : 张新林

串操作指令的使用方法 编写程序,将数据段中BUF1为首地址的一组字数据传送到附加段中BUF2为首地址的内存区域,试用串操作指令编程。-String operation instructions to use the procedure to prepare the data in paragraph BUF1 address a group headed by the word data to the additional paragraph headed BUF2 address memory area, the trial operation command string programming.
Date : 2026-01-11 Size : 4kb User :

80386是一种先进的32位微处理器的多任务优化 操作系统和应用需要很高的设计 性能。 32位寄存器和数据路径支持32位地址 和数据类型。该处理器可以处理多达4 GB的物理 内存和64兆兆字节(246字节的虚拟内存)。片上 内存管理的设施包括:地址转换寄存器, 先进的多任务硬件,一个保护机制,分页的虚拟 内存。特别调试寄存器提供的数据和代码甚至断点 ROM中的软件。-The 80386 is an advanced 32-bit microprocessor optimized for multitasking operating systems and designed for applications needing very high performance. The 32-bit registers and data paths support 32-bit addresses and data types. The processor can address up to four gigabytes of physical memory and 64 terabytes (246 bytes) of virtual memory. The on-chip memory-management facilities include address translation registers, advanced multitasking hardware, a protection mechanism, and paged virtual memory. Special debugging registers provide data and code breakpoints even in ROM-based software.
Date : 2026-01-11 Size : 743kb User : thinkinweb

Assembly source code access to 4GB memory address for DOS-4G memory access assembly source code
Date : 2026-01-11 Size : 1kb User : hy chen

将36位BCD数转换成ASSCII十进制数,以BCDBUFF为首地址的内存区中存有18个字节的组合BCD数,要求转换为相应的36个ASCII十进制数,并依次输出到CRT显示。BCD数存放时,低位在前,高位在后,例如,若BCD缓冲器内容12H,34H,56H,78H,...12H,56H,78H,则要求CRT上依次显示以下36个数字: 785634......563412-To 36 BCD digits into ASSCII decimal to BCDBUFF led address memory area there are 18 bytes of BCD number combinations, requiring conversion to the corresponding ASCII decimal 36, and in turn output to the CRT display. BCD number stored, the low front, high in the post, for example, if the buffer content BCD 12H, 34H, 56H, 78H, ... 12H, 56H, 78H, turn on the CRT display is required the following 36 numbers: 785 634. ..... 563,412
Date : 2026-01-11 Size : 1kb User :
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.