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

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

ASSEMBLER

匯編語言是面向機器的程序設計語言.匯編語言是一種功能很強的程序設計語言,也是利用計算機所有硬件特性并能直接控制硬件的語言。匯編語言作為一門語言,對應于高級語言的編譯器,需要一個“匯編器”來把匯編語言原文件匯編成機器可執行的代碼。高級的匯編器如MASM,TASM等等為我們寫匯編程序提供了很多類似于高級語言的特征,比如結構化、抽象等。在這樣的環境中編寫的匯編程序,有很大一部分是面向匯編器的偽指令,已經類同于高級語言。
  • GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with a

    GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/ASSEMBLER language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.

    標簽: framework for execution ccScript

    上傳時間: 2013-12-18

    上傳用戶:sssl

  • 這是個反向工程delphi的程序的全部源代碼.能分析幾乎所有的結構 Revendepro is a program to reverse engineer Delphi program. Reven

    這是個反向工程delphi的程序的全部源代碼.能分析幾乎所有的結構 Revendepro is a program to reverse engineer Delphi program. Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be written in ASSEMBLER. Due to some limitation in ASSEMBLER the generated output can not be recompiled.

    標簽: program Revendepro engineer reverse

    上傳時間: 2016-07-21

    上傳用戶:songrui

  • This application report presents basic code for initializing and operating the TMS320LF240x DSP devi

    This application report presents basic code for initializing and operating the TMS320LF240x DSP devices. Two functionally equivalent example progra ms are presented: one written in assembly language and the other in C language. Detailed discussions of each program are provided that explain numerous compiler and ASSEMBLER directives, code requirements, and hardware-related requirements. The programs are ready to run on either the TMS320LF2407 Evaluation Module (EVM) or the eZdsp LF2407 development kit. However, they are also intended for use as a code template for any TMS320LF240x (LF240x) or TMS320LF240xA (LF240xA) DSP target system.

    標簽: initializing application operating presents

    上傳時間: 2013-12-19

    上傳用戶:tzl1975

  • 調試通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc

    調試通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the ARM instructions MCR and MRC. The two ASSEMBLER source files provided are: outchan.s for Target to debugger communication inchan.s for Debugger to target communication

    標簽: ARM e.g. TDMI EmbeddedICE

    上傳時間: 2013-12-21

    上傳用戶:liuchee

  • MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programm

    MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. The source code is just a single page and easily understood. Both VHDL and Verilog versions are supplied. The package comes with ASSEMBLER, emulator and extensive documentation.

    標簽: Macrocell available smallest programm

    上傳時間: 2017-03-11

    上傳用戶:mikesering

  • This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.

    This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: nRF9E5 Hello World program. Please note that this program runs the internal 8051 on the default power up frequency of 4MHz. See ex3a.asm for an example on how to switch to 16MHz. The functionality is the same as in ex1c.c. ASSEMBLER: You need as31.exe to assemble this program. It can be downloaded from this web page: http://www.pjrc.com/tech/8051/ $Revision: 4 $

    標簽: distributed WARRANTY WITHOUT useful

    上傳時間: 2017-05-17

    上傳用戶:wuyuying

  • This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system

    This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible ASSEMBLER file using the convert batch file. This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine. Tool chain ---------- FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM -> MPASM FUZZY.ASM -> INTEL HEX Fuzzy input registers --------------------- current_ins 1..8 x 8-bit raw inputs Fuzzy inference function ------------------------ FuzzyEngine Fuzzy output registers ---------------------- cog_outs 1..8 x 8-bit raw outputs

    標簽: fuzzy development implements PIC-based

    上傳時間: 2014-01-18

    上傳用戶:caozhizhi

  • Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option

    Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option) 語言選項 (LANGUAGE OPTIONS) 預處理器選項 (Preprocessor Option) 匯編器選項 (ASSEMBLER OPTION) 連接器選項 (LINKER OPTION) 目錄選項 (DIRECTORY OPTION) 警告選項 (WARNING OPTION) 調試選項 (DEBUGGING OPTION) 優化選項 (OPTIMIZATION OPTION) 目標機選項 (TARGET OPTION) 機器相關選項 (MACHINE DEPENDENT OPTION) 代碼生成選項 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另見 (SEE ALSO) BUGS 版權 (COPYING) 作者 (AUTHORS) [中文版維護人] [中文版最新更新] 《中國Linux論壇man手冊頁翻譯計劃》 NAME gcc,g++-GNU 工程的 C和 C++編譯器(egcs-1.1.2

    標簽: DESCRIPTION SYNOPSIS OPTIONS Overall

    上傳時間: 2014-01-03

    上傳用戶:evil

  • This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format

    This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm ASSEMBLER. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout. 1.44M floppies can be formatted to 1.76 M. All source code,includes and libraries are included. Modify the bld.bat file to your own needs. There are many asm tricks in the source code. Have fun with this old code.

    標簽: disk program floppy format

    上傳時間: 2013-12-21

    上傳用戶:woshini123456

  • 將源代碼轉換成html,支持多操作系統

    將源代碼轉換成html,支持多操作系統,支持多種編程語言:Ada95, ASP, ASSEMBLER, Basic, C, C#, C++, Cg, CLIPS, Fortran, Haskell, Java, Markup, Modula2, Objective C, Pascal, Perl, PHP, Python, Renderman, Ruby, SQL, Tcl

    標簽: html 源代碼 操作系統 轉換成

    上傳時間: 2013-12-28

    上傳用戶:爺的氣質

主站蜘蛛池模板: 孟州市| 新竹县| 沿河| 安吉县| 漾濞| 镇远县| 安岳县| 永泰县| 隆子县| 河池市| 云龙县| 沙雅县| 平利县| 通河县| 永济市| 望奎县| 万年县| 焦作市| 金溪县| 鄂伦春自治旗| 荆州市| 昌乐县| 黄平县| 闸北区| 田阳县| 四会市| 武强县| 广南县| 偏关县| 雷州市| 上饶县| 上高县| 稻城县| 浮山县| 娱乐| 梅河口市| 浏阳市| 定南县| 平南县| 凤凰县| 桂东县|