代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/324268/13276680
h i2c.h
#ifndef I2C_H
#define I2C_H
#define I2CREAD 0x01
#define I2CWRITE 0x00
//I2CREAD or I2CWRITE
void I2CStartAndAddr(BYTE op);
extern BYTE xdata I2CWriteBuf[5];
extern BYTE xdata I2CReadBuf
www.eeworm.com/read/149876/5695082
s t-ld-st.s
.include "t-macros.i"
start
; Test ld and st
ld r4, @foo
check 1 r4 0xdead
ldi r4, #0x2152
st r4, @foo
ld r4, @foo
check 2 r4 0x2152
; Test ld2w and st2w
ldi r4, #0xdead
st r4, @foo
ld
www.eeworm.com/read/148694/5710521
s t-ld-st.s
.include "t-macros.i"
start
; Test ld and st
ld r4, @foo
check 1 r4 0xdead
ldi r4, #0x2152
st r4, @foo
ld r4, @foo
check 2 r4 0x2152
; Test ld2w and st2w
ldi r4, #0xdead
st r4, @foo
ld
www.eeworm.com/read/121089/6069600
inc util5.inc
;*
;* COW : Character Oriented Windows
FDE_OS2 STRUC
wDateCreateFdeOS2 dw ?
wTimeCreateFdeOS2 dw ?
wDateAccessFdeOS2 dw ?
wTimeAccessFdeOS2 dw ?
wDateWriteFdeOS2 dw ?
wTimeWriteFdeOS2
www.eeworm.com/read/117181/6109363
s t-ld-st.s
.include "t-macros.i"
start
; Test ld and st
ld r4, @foo
check 1 r4 0xdead
ldi r4, #0x2152
st r4, @foo
ld r4, @foo
check 2 r4 0x2152
; Test ld2w and st2w
ldi r4, #0xdead
st r4, @foo
ld
www.eeworm.com/read/113536/6127838
inc util5.inc
;*
;* COW : Character Oriented Windows
FDE_OS2 STRUC
wDateCreateFdeOS2 dw ?
wTimeCreateFdeOS2 dw ?
wDateAccessFdeOS2 dw ?
wTimeAccessFdeOS2 dw ?
wDateWriteFdeOS2 dw ?
wTimeWriteFdeOS2
www.eeworm.com/read/103192/6220576
inc util5.inc
;*
;* COW : Character Oriented Windows
FDE_OS2 STRUC
wDateCreateFdeOS2 dw ?
wTimeCreateFdeOS2 dw ?
wDateAccessFdeOS2 dw ?
wTimeAccessFdeOS2 dw ?
wDateWriteFdeOS2 dw ?
wTimeWriteFdeOS2
www.eeworm.com/read/101015/6262020
inc util5.inc
;*
;* COW : Character Oriented Windows
FDE_OS2 STRUC
wDateCreateFdeOS2 dw ?
wTimeCreateFdeOS2 dw ?
wDateAccessFdeOS2 dw ?
wTimeAccessFdeOS2 dw ?
wDateWriteFdeOS2 dw ?
wTimeWriteFdeOS2
www.eeworm.com/read/479256/6690551
lst card2.lst
A51 MACRO ASSEMBLER CARD2 07/24/2006 17:12:38 PAGE 1
MACRO ASSEMBLER A51 V6.02
OBJECT MODULE PLACED IN D:\ALTER516\CARD2.OBJ
www.eeworm.com/read/158253/11629500
c mpeg2_loopback_main.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*