代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/458512/7295101
h portasm.h
/*
FreeRTOS.org V5.0.4 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/458298/7299530
asm clock1.asm
;********************************************************************
;****************************PROGRAM FOR CLOCK***********************
;*********************************************************
www.eeworm.com/read/456284/7352743
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/455849/7362855
asm os_target_asm.asm
//********************************************************************************
//*
//* FULLNAME: Single-Chip Microcontroller Real-Time Operating System
//*
//* NICKNAME: scmRTOS
//*
www.eeworm.com/read/455827/7363955
s sysalib.s
/* sysALib.s - iq80310 system-dependent routines */
/* Copyright 1996-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,18oct01,jb Enabling removal of pre-pended und
www.eeworm.com/read/455624/7369335
s long.s
/*-
* Copyright (c) 2007-2008
* Bill Paul . All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/455624/7369353
s prot.s
/*-
* Copyright (c) 2007-2008
* Bill Paul . All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/454275/7395284
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/454275/7395285
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/452050/7451413
cc 3007354_ac_1000ms_216k.cc
#include
int press[17];
int ans = 17;
char str[5][5];
int valid(int x,int y)
{
if(x < 0 || y < 0 || x > 3 || y > 3)
return 0;
return 1;
}
void flip(int num)
{
int i, j