虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

ASSEMBLER

汇编语言是面向机器的程序设计语言.汇编语言是一种功能很强的程序设计语言,也是利用计算机所有硬件特性并能直接控制硬件的语言。汇编语言作为一门语言,对应于高级语言的编译器,需要一个“汇编器”来把汇编语言原文件汇编成机器可执行的代码。高级的汇编器如MASM,TASM等等为我们写汇编程序提供了很多类似于高级语言的特征,比如结构化、抽象等。在这样的环境中编写的汇编程序,有很大一部分是面向汇编器的伪指令,已经类同于高级语言。
  • OpenGL Cube, Asm x86. Simple sample, which describes how to use OpenGL GAPI in ASSEMBLER. Requires

    OpenGL Cube, Asm x86. Simple sample, which describes how to use OpenGL GAPI in ASSEMBLER. Requires MASM32 kit for building.

    标签: OpenGL ASSEMBLER describes Requires

    上传时间: 2017-06-28

    上传用户:来茴

  • ARM GCC Inline ASSEMBLER Cookbook pdf更新版

    ARM GCC Inline ASSEMBLER Cookbook pdf更新版

    标签: ASSEMBLER Cookbook Inline ARM

    上传时间: 2014-01-24

    上传用户:TRIFCT

  • ASSEMBLER dung ngat, dung vsual c++ de quan ly chuong trinh, dua len vga, lcd, dung phim bam

    ASSEMBLER dung ngat, dung vsual c++ de quan ly chuong trinh, dua len vga, lcd, dung phim bam

    标签: dung ASSEMBLER chuong vsual

    上传时间: 2014-01-10

    上传用户:皇族传媒

  • ASSEMBLER source code for a AT90S2313 microcontroller used in an interface for reading, programming

    ASSEMBLER source code for a AT90S2313 microcontroller used in an interface for reading, programming and bulk erasing serial flash of the ST25P16 and SP25P32 family used on the WGT624v3 Netgears Router.

    标签: microcontroller programming ASSEMBLER for

    上传时间: 2013-12-07

    上传用户:shawvi

  • XT_KeyBoard interface with 8951 using ASSEMBLER and Document for Key board delivered data details, W

    XT_KeyBoard interface with 8951 using ASSEMBLER and Document for Key board delivered data details, Which will help to dvelope for any processor and controller interface.

    标签: XT_KeyBoard ASSEMBLER interface delivered

    上传时间: 2014-01-09

    上传用户:凤临西北

  • Source code in ASSEMBLER for using interupts with atmega16 and creating an easy cronometer.

    Source code in ASSEMBLER for using interupts with atmega16 and creating an easy cronometer.

    标签: cronometer ASSEMBLER interupts creating

    上传时间: 2017-09-05

    上传用户:yangbo69

  • AVR Studio.rar

    ATMEL的AVR单片机的集成环境汇编级开发调试软件,完全免费。ATMEL AVR Studio集成开发环境(IDE) ,包括了AVR ASSEMBLER编译器、AVR Studio调试功能、AVR Prog串行、并行下载功能和JTAG ICE仿真等功能。它集汇编语言编译、软件仿真、芯片程序下载、芯片硬件仿真等一系列基础功能,与任一款高级语言编译器配合使用即可完高级语言的产品开发调试。

    标签: Studio AVR

    上传时间: 2013-07-28

    上传用户:从此走出阴霾

  • 论文 源码公开的mcs-51单片机的宏汇编器

    ·源码公开的MCS 51 单片机的宏汇编器 Macro ASSEMBLER of MCS MCS-51 micro controller Version 0.12 这是一个应届生写的习作 尽管这个软件A51 还未完全达到满意的效果不过与Keil 公司的A51 配合起来使用还是不错的 公开源码和文档的目的是希望能够给一些爱好者作为学习编译原理和C 程序设计的靶子同时也希望有更多的热心人参与修改源码直至

    标签: nbsp mcs 51 论文

    上传时间: 2013-07-23

    上传用户:xjz632

  • FET430PIF自制资料

    The MSP-FET430PIF is a Parallel Port interface (does not include target board) that is used to program and debug MSP430 FET tools and test boards through the JTAG interface. This interface is included in our FET tools, but sold without the development board. This interface uses a Parallel PC Port to communicate to the Debugger Software (IAR Kickstart software included) running on the PC. The interface uses the standard 14 pin header to communicate to the MSP430 device using the standard JTAG protocol. The flash memory can be erased and programmed in seconds with only a few keystrokes, and since the MSP430 flash is extremely low power, no external power supply is required. The tool has an integrated software environment and connects directly to the PC which greatly simplifies the set-up and use of the tool. The flash development tool supports development with all MSP430 flash parts. Features MSP430 debugging interface to connect a MSP430-Flash-device to a Parallel port on a PC Supports JTAG debug protocol (NO support for Spy-Bi-Wire (2-wire JTAG) debug protocol, Spy-Bi-Wire (2-wire JTAG) is supported by MSP-FET430UIF) Parallel Port cable and a 14-conductor target cable Full documentation on CD ROM Integrated IAR Kickstart user interface which includes: ASSEMBLER Linker Limulator Source-level debugger Limited C-compiler Technical specifications: Backwardly compatable with existing FET tool boards.

    标签: FET 430 PIF

    上传时间: 2013-10-26

    上传用户:fengweihao158@163.com

  • 开放式汇编器系统的设计

    汇编器在微处理器的验证和应用中举足轻重,如何设计通用的汇编器一直是研究的热点之一。本文提出了一种开放式的汇编器系统设计思想,在汇编语言与机器语言间插入中间代码CMDL(code mapping description language)语言,打破汇编语言与机器语言的直接映射关系,由此建立起一套描述汇编语言与机器语言的开放式映射体系。基于此开放式映射体系开发了一套汇编器系统,具有较高层次上的通用性和可移植性。【关键词】指令集,CMDL,汇编器,开放式 Design of Retargetable ASSEMBLER System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An ASSEMBLER plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable ASSEMBLER system has been a hotspot in this field for long time. This paper presents a new method about the retargetable ASSEMBLER system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, ASSEMBLER languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between ASSEMBLER languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of ASSEMBLER languages. By breaking the direct mapping relationship between ASSEMBLER languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable ASSEMBLER system has higher retargetable level by converting the mapping from ASSEMBLER languages and machine codes to ASSEMBLER languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable ASSEMBLERsystem is developed. It proved the whole system has good retargetability and implantability.【关键词】instruction set, symbol table, ASSEMBLER, lexical analysis, retargetability

    标签: 开放式 汇编器

    上传时间: 2013-10-10

    上传用户:meiguiweishi