代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/353386/10451620
a51 startup34.a51
$NOMOD51
;------------------------------------------------------------------------------
; startup34.a51
;
; Version:
; September 13, 2005 Ver 1.1 - Updated disclaimer.
; February 18, 2005
www.eeworm.com/read/161034/10461922
asm dos.asm
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;================= DOS.A
www.eeworm.com/read/161034/10462293
asm loadhi.asm
page ,132
title LOADHIGH Internal Command
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Righ
www.eeworm.com/read/424315/10463984
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/160624/10513423
asm szsearch.asm
;
; szSearch - An example of 32 bit assembly programming using MASM 6.1
;
; Purpose: search a buffer (rgbSearch) of length cbSearch for the
; first occurance of szTok (null terminated str
www.eeworm.com/read/160624/10513431
asm atomtest.asm
;----------------------------------------------------------------------------;
; ATOMTEST.ASM: A minimal tester for the atoms device driver ;
;-------------------------------------------------
www.eeworm.com/read/160624/10513549
asm alarm.asm
;* ALARM.ASM - A simple memory-resident program that beeps the speaker
;* at a prearranged time. Can be loaded more than once for multiple
;* alarm settings. During installation, ALARM establishes
www.eeworm.com/read/352754/10516315
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x7F00 is 0x7F000 bytes = 508kB, more than enough for current
! versions of linux which compress the kernel
!
#include
www.eeworm.com/read/278221/10559069
asm init.asm
; File : $Workfile$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;---------------------------------------------
www.eeworm.com/read/278221/10559145
fdo utils.fdo
; File : $UTILS.FDO$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------