论文部分内容阅读
《汇编语言》是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。以8086为基础的汇编语言程序设计对大多数的初学者来说是较难入门和掌握,尤其在程序设计中,较难掌握编程规律和方法。本文就汇编语言程序设计中规律、特点及技巧作一浅显分析。
Assembly language is an important foundation course in computer science and is a machine-oriented low-level language. It relies on hardware to harness the full potential of the hardware through clever programming. The code produced by assembly language programs runs efficiently. Thus, so far, the core of many software systems (such as operating systems, etc.) is still written in assembly language. 8086-based assembly language programming for most beginners is more difficult to get started and master, especially in programming, it is more difficult to master the rules and methods of programming. This article makes a simple analysis of the laws, characteristics and techniques in assembly language programming.