代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/307265/13724809
txt 4.4.1单字节整数转换.txt
BCDHEX:
MOV B,#10H
DIV AB
MOV R4,B
MOV B,#10
MUL AB
ADD A,R4
RET
www.eeworm.com/read/307191/13727007
m improve.m
for i=1:n
mov(i,1)=-D(1,i)*R(i,1);
end
K1=0;K2=0;K3=0;K=0;
for i=1:n
if mov(i,1)==0
K1=K1+1;
K2=K2+1;
elseif mov(i,1)>0
K2=K2+1;
else
K3=K3+1
www.eeworm.com/read/306760/13738156
s main.s
;------------------------------------------------------------------------------
;
; COPYRIGHT (C) 2000, 2001 Intel Corporation.
;
; This software as well as the software described in it is furni
www.eeworm.com/read/306758/13738402
s main.s
;------------------------------------------------------------------------------
;
; COPYRIGHT (C) 2000, 2001 Intel Corporation.
;
; This software as well as the software described in it is furni
www.eeworm.com/read/306757/13738477
s main.s
;------------------------------------------------------------------------------
;
; COPYRIGHT (C) 2000, 2001 Intel Corporation.
;
; This software as well as the software described in it is furni
www.eeworm.com/read/306754/13738655
s main.s
;------------------------------------------------------------------------------
;
; COPYRIGHT (C) 2000, 2001 Intel Corporation.
;
; This software as well as the software described in it is furni
www.eeworm.com/read/306751/13738732
s main.s
;------------------------------------------------------------------------------
;
; COPYRIGHT (C) 2000, 2001 Intel Corporation.
;
; This software as well as the software described in it is furni
www.eeworm.com/read/306747/13738996
s main.s
;------------------------------------------------------------------------------
;
; COPYRIGHT (C) 2000, 2001 Intel Corporation.
;
; This software as well as the software described in it is furni
www.eeworm.com/read/306520/13742999
java jcaisearchagent.java
/**************************************************************************
* jcAISearchAgent - An object which picks a best move according to a
* variant of alphabeta search or an
www.eeworm.com/read/305486/13767440
asm setjmp.asm
%include "asm.inc"
SECTION .text
EXP setjmp
push ebx
mov ebx,[8 + esp]
mov [0 + ebx],edi ; buf->edi == 0(ebx) == EDI
mov [4 + ebx],esi ; buf->esi == 4(ebx) == ESI
mov [8 + ebx],e