代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/338460/12306321
s os_cpu_a.s
;
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/150130/12310531
a51 startu32.a51
$NOMOD51
;------------------------------------------------------------------------------
; STARTU32.A51: This code is executed after processor reset.
;
; Modified for uPSD Startup:
; -
www.eeworm.com/read/338192/12320165
asm ex1a.asm
;= ex1a.asm ====================================================================
;
; Copyright (C) 2004 Nordic Semiconductor
;
; This file is distributed in the hope that it will be useful, but WI
www.eeworm.com/read/338031/12327726
s51 flashwritepage.s51
/******************************************************************************
* *
* **********
www.eeworm.com/read/338031/12327729
s51 flasherasepage.s51
/******************************************************************************
* *
* **********
www.eeworm.com/read/149908/12334122
s stopwatc.s
; Stopwatch primitives - used in sw.c
; Copyright 1991 Phil Karn, KA9Q
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push a
www.eeworm.com/read/250849/12381449
a51 nostart.a51
;------------------------------------------------------------------------------
; This file is part of the C-51 Compiler package
; Copyright (c) KEIL ELEKTRONIK and Franklin Software GmbH 1989-199
www.eeworm.com/read/148806/12425265
asm a1.asm
;----------------------------------------------------------------------------
; CPSC 325 Program
; A1
; Author: Xuan Wang
; Date: Jan 23, 2006
;-----------------------------------------------
www.eeworm.com/read/250172/12426642
s setup.s
!
! setup.s (C) 1991 Linus Torvalds
!
! setup.s is responsible for getting the system data from the BIOS,
! and putting them into the appropriate places in system memory.
! both setup.s and system ha
www.eeworm.com/read/250172/12426646
s head.s
/*
* linux/boot/head.s
*
* (C) 1991 Linus Torvalds
*/
/*
* head.s contains the 32-bit startup code.
*
* NOTE!!! Startup happens at absolute address 0x00000000, which is also where
* the p