Welcome![Sign In][Sign Up]
Location:
Search - esi

Search list

[ELanguagegs02

Description:   原来一些32位版发表在 http://www.x86asm.com   因暂停。更新的版本改上传于你处。    在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些会另外,如PUSH类默认为32位的四字节.) 可以用DW等指定为字节长如 ADD [ESI+ECX+DW 某数],WO 另某数或者 ADD WO [ESI+ECX+DW 某数],另某数   目前还属于简陋版的中文汇编编译器-some 32 original version published in http : / / www.x86asm.com result of the suspension. The updated version upload change in you. In the original foundation. A simple macros. A compilation of links scattered text capabilities. A total of 32 addressable format. Cases such as : MOV EAX, [EDX * 9] that is MOV EAX, [EDX EDX * 8] Also ADD [ESI scanning of a single - or four bytes], and the other a few of which : a single - or four bytes, the default single-byte offset. (Some will Moreover, if PUSH default category for the 32 four-byte.) DW can be used as specified in bytes long as ADD [ESI EC DW certain X], WO a certain number or another WO ADD [ESI IR DW certain] a few others also belong to the Chinese version of the simple compilation compiler
Platform: | Size: 33273 | Author: 兰根顺 | Hits:

[assembly language7-3

Description: data array sdword 2 dup(?) str1 byte \"Please input one 32-bit sign number :\",0dh,0ah,0 str2 byte \"The result is : \",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
Platform: | Size: 942 | Author: 张钊 | Hits:

[Other resourceHBSC

Description: 通用数据传送指令. MOV 传送字或字节. 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位寄存器里字节的顺序 XCHG 交换字或字节.( 至少有一个操作数为寄存器,段寄存器不可作为操作数) CMPXCHG 比较并交换操作数.( 第二个操作数必须为累加器AL/AX/EAX ) XADD 先交换再累加.( 结果在第一个操作数里 ) XLAT 字节查表转换. ── BX 指向一张 256 字节的表的起点, AL 为表的索引值 (0-255,即 0-FFH) 返回 AL 为查表结果. ( [BX+AL]->AL )
Platform: | Size: 2829 | Author: wanjiaye | Hits:

[ELanguagegs02

Description:   原来一些32位版发表在 http://www.x86asm.com   因暂停。更新的版本改上传于你处。    在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些会另外,如PUSH类默认为32位的四字节.) 可以用DW等指定为字节长如 ADD [ESI+ECX+DW 某数],WO 另某数或者 ADD WO [ESI+ECX+DW 某数],另某数   目前还属于简陋版的中文汇编编译器-some 32 original version published in http :// www.x86asm.com result of the suspension. The updated version upload change in you. In the original foundation. A simple macros. A compilation of links scattered text capabilities. A total of 32 addressable format. Cases such as : MOV EAX, [EDX* 9] that is MOV EAX, [EDX EDX* 8] Also ADD [ESI scanning of a single- or four bytes], and the other a few of which : a single- or four bytes, the default single-byte offset. (Some will Moreover, if PUSH default category for the 32 four-byte.) DW can be used as specified in bytes long as ADD [ESI EC DW certain X], WO a certain number or another WO ADD [ESI IR DW certain] a few others also belong to the Chinese version of the simple compilation compiler
Platform: | Size: 32768 | Author: 兰根顺 | Hits:

[assembly language7-3

Description: data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring-data array sdword 2 dup (?) str1 byte Please input one 32-bit sign number: , 0dh, 0ah, 0 str2 byte The result is: , 0 align 4 jia1gao sdword 0 jia1 sdword 0.codemain proc call clrscr mov esi, offset array mov ecx, lengthof array mov edx, offset str1 push esiputin: call writestring
Platform: | Size: 1024 | Author: 张钊 | Hits:

[Otherrouter_eSIM_v1

Description: ccna 的模拟器,比较好用,对于想考ccna的同学,比较有用.-ccna simulator, more convenient, to take ccna for the students, and more useful.
Platform: | Size: 325632 | Author: 王兰飞 | Hits:

[OtherHBSC

Description: 通用数据传送指令. MOV 传送字或字节. 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位寄存器里字节的顺序 XCHG 交换字或字节.( 至少有一个操作数为寄存器,段寄存器不可作为操作数) CMPXCHG 比较并交换操作数.( 第二个操作数必须为累加器AL/AX/EAX ) XADD 先交换再累加.( 结果在第一个操作数里 ) XLAT 字节查表转换. ── BX 指向一张 256 字节的表的起点, AL 为表的索引值 (0-255,即 0-FFH) 返回 AL 为查表结果. ( [BX+AL]->AL )
Platform: | Size: 3072 | Author: wanjiaye | Hits:

[Windows DevelopEIS

Description: Employee esi project
Platform: | Size: 56320 | Author: sp | Hits:

[Com PortESIVacSys2_v1.0

Description: ESI 真空计串口读取.利用RS232读取并生成文件自动记录真空度。-Vaccum recorder by RS232C for ESI ion Gauage.
Platform: | Size: 629760 | Author: Qi | Hits:

[Booksni6

Description: 手机游戏西方的米国以及奥普联盟,三大国互相制约,并且积极的寻找新型的能源。2年前,一颗带有紫色光芒的彗星冲破大气层,落到俄斯星球的南极点,造成了巨大的环境变化。3个月前在俄斯星球的热带大陆出现了一种紫色的矿石,很有可能含有巨大的能源,人们给他命名为“塞尔维森矿石-Mobile Games Western countries, as well as m op Union, the three countries to offset each other, and an active search for new sources of energy. 2 years ago, a comet with a purple light broke through the atmosphere, the planet' s South Pole landed Esi, causing a huge environmental changes. 3 months ago Esi planet' s tropical continent, a purple ore is likely to contain vast energy resources, the people gave him the name " Seerweisen ore
Platform: | Size: 2511872 | Author: 慧强 | Hits:

[Linux-Unixvarnish-2.1.3.tar

Description: Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸 Verdens Gang (http://www.vg.no) 使用3台Varnish代替了原来的12台squid,性能居然比以前更好。 Varnish 的作者Poul-Henning Kamp是FreeBSD的内核开发者之一,他认为现在的计算机比起1975年已经复杂许多。在1975年时,储存媒介只有两种:内存与硬盘。但现在计算 机系统的内存除了主存外,还包括了cpu内的L1、L2,甚至有L3快取。硬盘上也有自己的快取装置,因此squid cache自行处理物件替换的架构不可能得知这些情况而做到最佳化,但操作系统可以得知这些情况,所以这部份的工作应该交给操作系统处理,这就是 Varnish cache设计架构。-Varnish is a state-of-the-art, high-performance HTTP accelerator. It uses the advanced features in Linux 2.6, FreeBSD 6/7 and Solaris 10 to achieve its high performance. Some of the features include A modern design VCL- a very flexible configuration language Load balancing with health checking of backends Partial support for ESI URL rewriting Graceful handling of "dead" backends more features... Varnish is free software and is licenced under a modified BSD licence. Please read the introduction to get started with Varnish.
Platform: | Size: 886784 | Author: lijun | Hits:

[SCMCPU_ASM

Description: CPU寄存器和汇编指令 32位CPU所含有的寄存器有:  4个数据寄存器(EAX、EBX、ECX和EDX)  2个变址和指针寄存器(ESI和EDI) 2个指针寄存器(ESP和EBP)   6个段寄存器(ES、CS、SS、DS、FS和GS)  1个指令指针寄存器(EIP) 1个标志寄存器(EFlags)   -CPU registers and assembly instructions are contained in 32-bit CPU registers are: four data registers (EAX, EBX, ECX and EDX) 2 Varieties and address and pointer registers (ESI and EDI) 2 a pointer register (ESP and EBP) 6个segment registers (ES, CS, SS, DS, FS and GS) 1 by decree pointer register (EIP) 1 a flag register (EFlags) ......
Platform: | Size: 9216 | Author: DevilHand | Hits:

[Otherconnectback

Description: xor eax, eax Zero eax for use with passing zerod arguments. lea esi, [edi + 0x44] Load the effective address of the PROCESS INFORMATION structure into esi. push esi Push the pointer to the lpProcessInformation structure. push edi Push the pointer to the lpStartupInfo structure. - xor eax, eax Zero eax for use with passing zerod arguments. lea esi, [edi + 0x44] Load the effective address of the PROCESS INFORMATION structure into esi. push esi Push the pointer to the lpProcessInformation structure. push edi Push the pointer to the lpStartupInfo structure.
Platform: | Size: 3072 | Author: dontspam | Hits:

[VHDL-FPGA-Verilogesi

Description: FPGA的涡流检测正交信号源的设计方法 .-Eddy current testing FPGA design method of orthogonal signal
Platform: | Size: 601088 | Author: rish | Hits:

[Software Engineeringesi

Description: 非线性联合学习的三维人脸表情合成方法Joint study of three-dimensional nonlinear facial expression synthesis-Joint study of three-dimensional nonlinear facial expression synthesis
Platform: | Size: 795648 | Author: cent80 | Hits:

[Linux-Unixesi

Description: Extensible SAL Interface (ESI) support routines driver.
Platform: | Size: 2048 | Author: yonyunsue | Hits:

[Program doceSi-EMAC

Description: esi Ethernet Media Access Controller
Platform: | Size: 302080 | Author: prabhakar | Hits:

[Linux-Unixesi

Description: Extensible SAL Interface (ESI) support routines.
Platform: | Size: 2048 | Author: waduedun | Hits:

[Linux-Unixesi

Description: Extensible SAL Interface (ESI) support routines.
Platform: | Size: 2048 | Author: henggaiser | Hits:

[OtherESI

Description: 近年来esi收录期刊,国内外都有,投稿的时候可以借鉴(In recent years, ESI periodicals have been collected at home and abroad and can be used for reference.)
Platform: | Size: 393216 | Author: pspafkh | Hits:
« 12 »

CodeBus www.codebus.net