微机原理上机讲解(Explanation of Microcomputer Principle).docVIP

  • 0
  • 0
  • 约8.19千字
  • 约 9页
  • 2017-08-03 发布于河南
  • 举报

微机原理上机讲解(Explanation of Microcomputer Principle).doc

微机原理上机讲解(Explanation of Microcomputer Principle) 8086/8088 assembly language, is running in DOS environment programming language, assembly language is for 8086/8088 CPU, where compatible with the 80X86 instruction system CPU, can be normal operation, debugging. Such as the current use of Windows 2000 / Windows 2003 / Windows, XP and other systems, you can edit and debug assembly language program. Enter the edit debugging environment 1. start to run, enter CMD in the running box and then enter, then enter the DOS environment. 2. start - program - Annex - C: command prompt, also enter the DOS environment. Two, use the software program 1. source editor software: EDIT.EXE, can also use any other editing software, such as Windows environment Notepad, but the final extension to change to.ASM, otherwise it can not assemble. 2. assembly program (MASM.EXE or TASM.EXE), the edited.ASM source code compiled into target file.OBJ. OBJ is a compiled binary file that is linked to the EXE file by linking the linker and the resource file. OBJ gives only the relative address of the program, and EXE is the absolute address. 3. linker (LINK.EXE or TLINK.EXE), LINK, also known as linker, links one or more target files (.Obj) to executable (.Exe) files. 4. debugging procedures (DEBUG.EXE or TD.EXE), DEBUG, commonly known as catch bugs, a powerful DOS system debugging, tracking program, check the system data of the tool program, it is working with single character commands in the character interface. To make good use of it, it must have the ability to assemble program design and basic knowledge of hardware, of course, it provides an effective debugging means for assembly language programmers. It should be noted that EDIT, MASM, LINK, and DEBUG are the assembly connection debugging tools introduced by Microsoft operating system. It is enough to use it in general teaching. And TASM, TLINK, and TD were launched by Borland. So far, the last version of TASM is version 5, this version supports W

文档评论(0)

1亿VIP精品文档

相关文档