通用數(shù)據(jù)傳送指令. MOV 傳送字或字節(jié). MOVSX 先符號擴展,再傳送. MOVZX 先零擴展,再傳送. PUSH 把字壓入堆棧. POP 把字彈出堆棧. PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次壓入堆棧. POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次彈出堆棧. PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI依次壓入堆棧. POPAD 把EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX依次彈出堆棧. BSWAP 交換32位寄存器里字節(jié)的順序 XCHG 交換字或字節(jié).( 至少有一個操作數(shù)為寄存器,段寄存器不可作為操作數(shù)) CMPXCHG 比較并交換操作數(shù).( 第二個操作數(shù)必須為累加器AL/AX/EAX ) XADD 先交換再累加.( 結(jié)果在第一個操作數(shù)里 ) XLAT 字節(jié)查表轉(zhuǎn)換. ── BX 指向一張 256 字節(jié)的表的起點, AL 為表的索引值 (0-255,即 0-FFH) 返回 AL 為查表結(jié)果. ( [BX+AL]->AL )
上傳時間: 2016-08-17
上傳用戶:13681659100
The GP kernel is a C++ class library that can be used to apply genetic programming techniques to all kinds of problems. The library defines a class hierarchy. An integral component is the ability to produce automatically defined functions as found in Koza s "Genetic Programming II".
標簽: programming techniques genetic library
上傳時間: 2016-08-17
上傳用戶:zhengzg
This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.
標簽: generation generates compiler source
上傳時間: 2013-12-18
上傳用戶:海陸空653
This program generates OFDM (Orthogonal Frequency Division Multiplexing) signal and its spectrum. Also the guard interval (GI) is inserted.
標簽: Multiplexing Orthogonal Frequency generates
上傳時間: 2014-01-16
上傳用戶:daoxiang126
This module provides an interface to an alphanumeric display module. The current version of this driver supports any alphanumeric LCD module based on the:Hitachi HD44780 DOT MATRIX LCD controller.
標簽: module alphanumeric interface provides
上傳時間: 2013-12-04
上傳用戶:himbly
SPWM的程序說明 用TMS320LF2407實現(xiàn)三相SPWM波形發(fā)生器 FCL .usect ".data0",1 保存載波頻率浮點數(shù)的低位 FCH .usect ".data0",1 保存載波頻率浮點數(shù)的高位 FRL .usect ".data0",1 保存信號頻率浮點數(shù)的低位 FRH .usect ".data0",1 保存信號頻率浮點數(shù)的高位 AL .usect ".data0",1 保存調(diào)諧度浮點數(shù)低位
上傳時間: 2013-11-29
上傳用戶:a673761058
It is a GPL basic windowing library created specifically for windows and uses only basic win32 services. It currently compiles under Borland C++ and Microsoft C++, other compilers are untested.It provides a common windows toolkit for al c++ environments.
標簽: basic specifically windowing created
上傳時間: 2016-12-20
上傳用戶:hgy9473
n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled code as individual class files doc NAACL 00 paper describing the algorithm src source code for C
標簽: segmentation independent algorithm the
上傳時間: 2017-01-07
上傳用戶:ghostparker
Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.
標簽: full-featured integrated scheduling Quartz
上傳時間: 2014-01-07
上傳用戶:龍飛艇
There are three ways of specifying an immediate dump Immediate dumps can be specified using the ALTER SESSION command ALTER SESSION SET EVENTS immediate trace name dump level level Immediate dumps can be specified in ORADEBUG ORADEBUG DUMP dump level
標簽: specifying Immediate immediate specified
上傳時間: 2014-01-17
上傳用戶:mpquest
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1