代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/213726/15127196
s43 msp430x42x0_sd16a_09.s43
;******************************************************************************
; MSP430x42x0 Demo - SD16_A, Single Conversion on a Single Channel Using ISR
;
; Description: This program uses t
www.eeworm.com/read/213726/15127200
s43 msp430x42x0_sd16a_05.s43
;******************************************************************************
; MSP430x42x0 Demo - SD16_A, Single Conversion on Single Channel Using ISR
;
; Description: This program uses the
www.eeworm.com/read/213206/15141048
asm usbhidio.asm
;Filename: usbhidio.asm
;Version: 1.3
;Date: 11/5/99
;Copyright 1999 by Jan Axelson (jan@lvr.com)
;
;Chip: Cypress Semiconductor CY7C63001 USB Microcontroller
;Assembler: cyasm.exe
;Purpose: de
www.eeworm.com/read/212856/15147556
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/212498/15155554
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/212498/15155555
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
www.eeworm.com/read/210569/15196234
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/210000/15209953
s boot.s
!
! boot.s
!
! boot.s is loaded at 0x7c00 by the bios-startup routines, and moves itself
! out of the way to address 0x90000, and jumps there.
!
! It then loads the system at 0x10000, using BIOS inter
www.eeworm.com/read/171381/5395693
s mmu.s
; ____________________________________________________________________
;
; Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
; All rights reserved.
; _______________________
www.eeworm.com/read/171381/5395770
s mmu.s
/*
; ____________________________________________________________________
;
; Copyright (c) 2002, Andrew N. Sloss, Chris Wright and Dominic Symes
; All rights reserved.
; __________________