代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/124347/6050778
s cerror.s
.globl cerror
cerror: mov.w r0,_errno
neg.w #1,r0
ret #0
.data
.globl _errno
_errno: .word 0
www.eeworm.com/read/124109/6055685
c _gptrget.c
/*-------------------------------------------------------------------------
_gptrget.c :- get value for a generic pointer
Written By - Sandeep Dutta . sandeep.dutta@us
www.eeworm.com/read/121089/6069453
asm uinhelp.asm
TITLE uinhelp.asm - utilities for new help engine.
;***
;uinhelp.asm
;
; Copyright 1985-1988, Microsoft Corporation
;
;Purpose:
; Utilities for the new help system.
;
;
;***************
www.eeworm.com/read/121089/6069684
asm krun2.asm
TOGGLE EQU 1 ; degine the toggle
;*
;* COW : Character Oriented Windows
;*
;* krun2.asm : Alternate Run/Exec (for shell)
;* *KLUDGE* included by "krun.asm" if EXEC_ALTERNATE.
www.eeworm.com/read/121089/6069745
asm gscroll.asm
; TITLE GSCROLL - Scrolling routines for MSHERC.
;***
;GSCROLL
;
; Copyright 1987, 1988, Microsoft Corporation
;
;Purpose:
; Scroll Up and Down routines for MSHERC.
;
;*******************
www.eeworm.com/read/121089/6069850
asm prtu.asm
TITLE PRTU - PRINT USING Driver
page 56,132
;***
; PRTU - PRINT USING Driver
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; When USING clause encountered, B$USNG is called and s
www.eeworm.com/read/121089/6069878
asm dkopen.asm
TITLE DKOPEN - DISK OPEN routines
;***
; DKOPEN - Disk open and other utility routines
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; The routines in this module are used while
www.eeworm.com/read/121089/6069888
asm nhstutil.asm
TITLE NHSTUTIL - String space utilities
;***
; NHSTUTIL - String space utilities
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
;*************************************************
www.eeworm.com/read/121089/6069890
asm fout.asm
TITLE FOUT - Free-format numeric output
;***
; FOUT - Free-format numeric output
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Floating Point versions of the routines in IFOUT.AS
www.eeworm.com/read/121089/6069898
asm llevtstg.asm
PAGE 56,132
TITLE LLEVTSTG - Low-level joystick support
;***
; LLEVTSTG - Low-level joystick support
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
;
;***************************