亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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

主站蜘蛛池模板: 阜新| 大丰市| 建平县| 商都县| 胶州市| 雷波县| 门源| 海盐县| 佛冈县| 乌恰县| 赫章县| 阿克陶县| 河间市| 衡南县| 洛川县| 华容县| 虞城县| 玛纳斯县| 淮滨县| 宣汉县| 日照市| 林周县| 哈巴河县| 万安县| 开封县| 尚义县| 抚远县| 东海县| 娄底市| 安仁县| 高台县| 湖南省| 太仆寺旗| 沙坪坝区| 象州县| 巢湖市| 南投县| 芦溪县| 内江市| 巨野县| 云浮市|