搜索资源列表
CompilationInformation
- 汇编相关资料,包括:80386ASM程序设计基础、CPU 寄存器和基本指令、Windows汇编语言编程指南、汇编指令集。-Compilation of relevant information, including: 80386ASM the basis of program design, CPU registers, and basic commands, Windows Assembly Language Programming Guide, compiled instruction se
ECE348_LAB2_group11
- To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. This code serves as an assembly pro
Assembly-language-program-DEBUG
- 汇编语言程序设计实验用的debug使用指导书,比较详细-Debug assembly language programming experiment with use of the guide book, a more detailed
sheji
- 第一个段为安装程序,负责将第二个段写入第一扇区,第三个段写入2-17扇区; 2、第二个段是主引导程序,存在于软盘第一扇区,由BIOS的19h中断读取到0:7c00开始的内存单元中,并执行0:7c00的第一行代码。这一段的任务是将软盘2-17扇区的数据读入内存,并执行。(这里读入到了2000:0开始的内存中) 3、第三个段是系统程序,存放所有引导所需的程序和子程序-The first segment of the installer, is responsible for wr