联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 汇编语言(138) 
按平台查找All Others(138) 

[汇编语言] 80x86汇编语言程序设计教程(杨季文)

《80x86汇编语言程序设计教程》分为三部分。一部分是基础部分,以8086/8088为背景,以DOS和PC兼容机为软硬件平台,以MASM和TASM为汇编器,介绍汇编语言的有关概念,讲解汇编语言程序设计技术。第二部分是提高部分,以80386为背景,以新一代微处理器Pentium为目标,细致和通俗地介绍了保护方式下的有关概念,系统和详细地讲解了保护方式下的编程技术,真实和生动地展示了保护方式下的编程细节。第三部分是上机实验指导。
"80x86 assembly language programming course" is divided into three parts. The first part is the basic part, with 8086 / 8088 as the background, dos and PC compatible computer as the software and hardware platform, MASM and TASM as the assembler, introduces the concept of assembly language, explains the assembly language programming technology. The second part is the improvement part. Taking 80386 as the background and Pentium as the target, the paper introduces the related concepts under the protection mode in detail and popular, systematically and detailedly explains the programming technology under the protection mode, and truly and vividly shows the programming details under the protection mode. The third part is the computer experiment guidance. (2021-04-10, Others, 14578KB, 下载1次)

http://www.pudn.com/Download/item/id/1618054817924355.html

[汇编语言] 微机实验二

1.从BUF单元开始存有一字符串(长度<255),编程实现统计该字符串字符中的ASC码在42H~A5H之间的字符个数,并将统计结果以二进制形式显示在屏幕上。 2.用户登录验证程序的实现。
1. Save a string (length < 255) from buf unit, count the number of ASC characters between 42h and a5h, and display the statistical results on the screen in binary form. 2. Implementation of user login verification program. (2020-05-29, Others, 76KB, 下载0次)

http://www.pudn.com/Download/item/id/1590759455712254.html

[汇编语言] Calculator

使用Win32编程设计一个功能及界面风格类似于Windows计算器的计算器程序,只要求实现标准型计算器。 主要实现的功能:包含基本的四则运算、倒数运算、平方根运算。并支持存储区的存储、清除、调出、累加等功能。
Using Win32 programming to design a calculator program with function and interface style similar to Windows calculator, only standard calculator is required. Main functions: including basic four operations, reciprocal operation and square root operation. It also supports the storage, clearing, calling out, accumulation and other functions of the storage area. (2020-04-04, Others, 1290KB, 下载1次)

http://www.pudn.com/Download/item/id/1585986081758197.html

[汇编语言] Masm

供初学者学习用的汇编语言编译器,汇编语言(assembly language)是一种用于电子计算机、微处理器、微控制器或其他可编程器件的低级语言,亦称为符号语言。在汇编语言中,用助记符代替机器指令的操作码,用地址符号或标号代替指令或操作数的地址。在不同的设备中,汇编语言对应着不同的机器语言指令集,通过汇编过程转换成机器指令。特定的汇编语言和特定的机器语言指令集是一一对应的,不同平台之间不可直接移植。
An assembly language compiler for beginners. Assembly language is a low-level language for electronic computers, microprocessors, microcontrollers, or other programmable devices, also known as a symbolic language. In assembly language, mnemonics are used to replace the opcodes of machine instructions, and address symbols or labels are used to replace the addresses of instructions or operands. In different devices, assembly language corresponds to different machine language instruction sets, which are converted into machine instructions through the assembly process. There is a one-to-one correspondence between the specific assembly language and the specific machine language instruction set, which cannot be directly transplanted between different platforms. (2019-12-10, Others, 17470KB, 下载0次)

http://www.pudn.com/Download/item/id/1575942986317988.html

[汇编语言] mix-c

讨论汇编语言与C语言的混合程序设计技术。在大规模的程序设计中,汇编语言程序与高级语言程序相结合,充分发挥各自的优点,实现两种语言之间的混合编程,是解决实际问题的有效方法。在实际的程序设计中,C语言主程序可以调用汇编语言子程序,汇编语言主程序可以调用C语言子程序,也可以在C语言程序中嵌入汇编语言语句。在汇编语言与C语言的混合编程中,参数的传递、模块的连接以及调用关系的确定是值得注意的关键问题。
Discussion assembly language and C language programming techniques mixed. In a large-scale program design, assembly language programming combined with the high-level language program, give full play to their respective advantages, to achieve mixed programming between the two languages, is an effective way to solve practical problems. In the actual programming, C language main program can call assembly language subroutines, assembly language main program can call C language subroutines can also be embedded in the C language program in assembly language statements. In assembly language and C language programming, the parameters of the transmission, the module connection and call the relationship is worth noting that the determination of the key issues. (2013-07-03, Others, 21KB, 下载2次)

http://www.pudn.com/Download/item/id/2295675.html

[汇编语言] 1

(汇编程序)使用MASM 5.0工具,完成10字节长两个压缩无符号BCD数相加的实验程序。两个操作数最好从键盘输入,采用数据段定义(常数)也可以。调试通过、运算结果正确、结果可观察,程序运行具有容 错性、代码编写风范良好、语句行适当注释。
(Assembler) using MASM 5.0 tools to complete the 10 bytes long compressed unsigned BCD number two added to the experimental procedure. The best of two operands from the keyboard input, using the data segment defined (constant) is possible. Debugging through the computational results are correct, the results can be observed, the program runs with fault tolerance, good coding style, the statement line appropriate comments. (2011-05-07, Others, 2KB, 下载5次)

http://www.pudn.com/Download/item/id/1521730.html

[汇编语言] interface

这是一个用汇编语言编写实现的可编程并行接口实验,(1) 设置8255A的A口工作在方式1输出。 (2) 每按一次单脉冲按钮产生一个正脉冲使8255A产生一次中断请求。 (3) 设计中断服务程序,依次输出01H、02H、04H、08H、10H、20H、40H、80H,使L0~L7一次发光。
It is written in assembly language implementation of a programmable parallel interface experiments, (1) A set 8255A' s work in the way of an output port. (2) a single pulse each time the button produces a positive pulse to generate an interrupt request 8255A. (3) Design interrupt service routine, followed by the output 01H, 02H, 04H, 08H, 10H, 20H, 40H, 80H, so that a light L0 ~ L7. (2010-11-28, Others, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/1361352.html

[汇编语言] DEBUG

一、 实验内容 DEBUG的应用及表达式计算 二、 实验目的及要求 要求:试编制一程序,计算下列公式的值,将商存放在Z单元,余数放在R单元内中.X,Y,Z,R,W分别为存放16位带符号数单元的地址.计算过程中中间结果和最后结果在16位二进制数范围内. 三目的: 1、熟悉DEBUG的应用(利用DEBUG观察寄存器和内存单元的值及指令执行的结果,直接汇编指令,单步调试,编辑数据等)。 2、掌握汇编表达式的表示方法。 3、掌握80X86的编程结构。 4、学习汇编源程序的编辑、编译、链接的全过程, 学习EDIT、MASM及LINK的使用和集成环境的 5.使用,加深对汇编过程的理解。
An experiment the contents of the application and the expression of the calculation DEBUG (2009-11-16, Others, 7KB, 下载7次)

http://www.pudn.com/Download/item/id/972393.html

[汇编语言] EX2_C

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器Timer1 设置。这两个程序执行的功能是完全一样的。用户可以参考这两个文件作为其开发应用程序的模板。
Directory where the assembler ex2_asm. C language program directory where ex2_c. The operation at CC2000 is as follows: 1. Project-> Open, open the project file directory. 2. Project-> Rebuild ALL, the compiler links 3. File-> Load Program 4. Debug-> GO Main 5. Debug-> RUN (shortcut F5) Can see the most edge of a flashing LED cyclical. Frequency of blinking lights from the software timer Timer1 settings. These two procedures for the implementation of the functions are exactly the same. Users can refer to these two documents as part of its development and application of the procedure template. (2009-03-18, Others, 29KB, 下载3次)

http://www.pudn.com/Download/item/id/677808.html

[汇编语言] EX2_ASM

汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器Timer1 设置。这两个程序执行的功能是完全一样的。用户可以参考这两个文件作为其开发应用程序的模板。
Directory where the assembler ex2_asm. C language program directory where ex2_c. The operation at CC2000 is as follows: 1. Project-> Open, open the project file directory. 2. Project-> Rebuild ALL, the compiler links 3. File-> Load Program 4. Debug-> GO Main 5. Debug-> RUN (shortcut F5) Can see the most edge of a flashing LED cyclical. Frequency of blinking lights from the software timer Timer1 settings. These two procedures for the implementation of the functions are exactly the same. Users can refer to these two documents as part of its development and application of the procedure template. (2009-03-18, Others, 14KB, 下载2次)

http://www.pudn.com/Download/item/id/677806.html

[汇编语言] book

汇编语言是我们理解整个计算机系统的最佳起点和最有效途径 人们经常认为汇编语言的应用范围很小,而忽视它的重要性。其实汇编语言对每一个希望学习计算机科学与技术的人来说都是非常重要的,是不能不学习的语言。 所有可编程计算机都向人们提供机器指令,通过机器指令人们能够使用机器的逻辑功能。 所有程序,不论用何种语言编制,都必须转成机器指令,运用机器的逻辑功能,其功能才能得以实现。 机器的逻辑功能,软件系统功能构筑其上,硬件系统功能运行于下。 汇编语言直接描述机器指令,比机器指令容易记忆和理解。通过学习和使用汇编语言,能够感知、体会、理解机器的逻辑功能,向上为理解各种软件系统的原理,打下技术理论基础;向下为掌握硬件系统的原理,打下实践应用基础。 学习汇编语言,向上可以理解软件,向下能够感知硬件,是我们理解整个计算机系统的最佳起点和最有效途径。
err (2008-12-27, Others, 12901KB, 下载3次)

http://www.pudn.com/Download/item/id/617695.html

[汇编语言] MPLAB

用PIC16C54来实现汽车空调的动作控制(扫风、除霜、点火、循环扫风。。。),因16C54内存较小,故采用汇编来实现,其中的定时编程,颇费了我一番心思,希可供借签!
Using PIC16C54 to achieve motion control in vehicle air-conditioners (sweep wind, defrost, ignition, cycle the wind sweep 。。。), due to the smaller memory 16C54, it used to realize a compilation, of which the regular programming, a lot of my remarks thinking, by signing for Greek! (2008-07-31, Others, 22KB, 下载40次)

http://www.pudn.com/Download/item/id/521050.html

[汇编语言] hbym

由8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是汇编语言的知识宝库!
Compiled by the 8051/8096/8099/8048 SCM tools, assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 microcontroller assembly language, dos not open secret, windows process control, graphics programming, innovative development of 32-bit sound, video examples, etc. many elements, rich in content, is definitely assembly language of knowledge! (2008-07-26, Others, 320KB, 下载9次)

http://www.pudn.com/Download/item/id/517557.html

[汇编语言] cx

8255扫描键盘、显示程序 A-a^n18 利用8255可编程并行口做一个扫描键盘实验,把按键输入的键码,显示在由8279控制的七段数码管上。 8255PA口做键盘输入线,PB口作扫描线。
8255 scanning keyboard, display program A-a ^ n18 programmable parallel port to use 8255 to do a keyboard scan experiment, the button input keys code, displayed in the control of the team respectively by 8279 digital tube. 8255PA I make the keyboard input line, PB mouth for scan line. (2008-05-26, Others, 2KB, 下载54次)

http://www.pudn.com/Download/item/id/473837.html

[汇编语言] assembly

x86汇编程序。 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序.
x86 assembler. Keyboard input from a string, first showed it again and then as one of the lowercase letters converted to uppercase show, and then one of the uppercase letters converted to lowercase display, the last of which shows the exchange of upper and lower case letters. Show string function calls the use of macros, uppercase conversion, lowercase conversion and exchange of written subroutines case. (2008-04-27, Others, 540KB, 下载14次)

http://www.pudn.com/Download/item/id/447287.html

[汇编语言] AV

一套全遥控6声道AV机的汇编程序,该程序已经商业化的,里面包含的范围很广,主程序包含的分支子程序包括: 1 红外线遥控处理程序 2 I2C协议 3 PT16311驱动程序 4 复杂的按键处理程序 5 A/D转换程序(只用1个LM358组成的A/D转换器) 6 文字显示模块 7 电平频谱显示子程序 8 M62429子程序
A 6-channel remote control AV-wide machine assembler, the program has been commercialized, which contains a wide range of areas, the main program contains a branch of subprogram include: 1 infrared remote control 2 I2C protocol handler 3 PT16311 driver 4 complex The key treatment procedures 5 A/D conversion process (only one LM358, composed of A/D converter) 6 text display module 7-level spectrum shows 8 M62429 Subroutine Subroutine (2008-03-17, Others, 15KB, 下载42次)

http://www.pudn.com/Download/item/id/417447.html

[汇编语言] main

为了熟练掌握汇编语言的编程技巧,将理论与实践相结合,更好的理解计算机的工作原理,选择了大蜜蜂这一款较简单的游戏。可以帮助深化对汇编语言程序设计的掌握程度。尤其对于主要的指令系统、程序格式及设计结构、技巧的熟练。 1.2 游戏介绍 打蜜蜂是一款经典的单击游戏。游戏方式为,游戏者操作一架位于屏幕底端的飞机,攻击屏幕上方的敌人。上方的敌人会向下飞行。
In order to master assembly language programming skills, will be a combination of theory and practice, a better understanding of the working principle of the computer, select a large bee that a relatively simple game. Can help deepen our understanding of assembly language programming of the master degree of. Especially for the major command systems, procedures and design of the structure of the format, skills proficiency. 1.2 games introduced bees play is a classic click game. Games for gamers to operate an aircraft located at the bottom of the screen, the top of the screen to attack enemies. The top down flying enemies. (2007-12-10, Others, 2KB, 下载28次)

http://www.pudn.com/Download/item/id/373043.html

[汇编语言] sgl

简单的学生信息管理系统 (汇编语言课程设计程序) 一个简单的学生管理系统,功能:显示报表, 插入记录,查询, 删除记录和退出。 学生信息有姓名,年龄,性别,身高,体重,程序中各字段长度都取为10,使用的是文件控制块(FCB)的磁盘存取方式,程序自动创建名为STUDENT.MAO的磁盘文件。 代码只用了300行(除去中间的空行实际只有270-280行),编程时间是一个通宵(23:30到次日5:00)。
simple Student Information Management System (assembly language curriculum design process) a simple student management system, Function : Displays statements, insert records, inquiries, and delete records and exit. Student information name, age, sex, height, weight, the process has the length of the field to 10, using a document control block (FCB) disk access, automatically created from the disk STUDENT.MAO documents. Code used only 300 firms (among remove empty row is actually only 270-280 OK), Programming time is a night (23:30 to 5:00 the next day). (2006-12-30, Others, 2KB, 下载50次)

http://www.pudn.com/Download/item/id/238301.html
总计:138