代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5657077
s insl_sw.s
/* insl_sw.S: input array of 4b words from device port with byte swapping
*
* Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This progr
www.eeworm.com/read/152843/5657085
s outsl_sw.s
/* outsl_ns.S: output array of 4b words to device with byte swapping
*
* Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is
www.eeworm.com/read/475860/6766231
obj sw1.obj
www.eeworm.com/read/475860/6766232
opt sw1.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/475860/6766233
plg sw1.plg
礦ision2 Build Log
Project:
F:\产品配套光盘\51单片机综合学习系统配套光盘\通用例程库\031-独立按键实验(平凡经典例i程)\SW1.uv2
Project File Date: 10/12/2006
Output:
www.eeworm.com/read/475860/6766236
asm sw1.asm
;按压(P1.4),D00交替亮灭。按压K2(P1.5),D01交替亮灭
ORG 000H
AJMP START
ORG 30H
START: MOV SP,5FH
MOV P0,#0FFH
MOV P1,#0FFH
L1: JNB P1.4,L2 ;按下按键开关K1,取反一次P0.0(灯亮),再按一下灭
JNB P1.5,L3 ;按下按键开关K2,取反
www.eeworm.com/read/475860/6766248
lst sw1.lst
A51 MACRO ASSEMBLER SW1 06/03/2005 12:04:46 PAGE 1
MACRO ASSEMBLER A51 V6.12
OBJECT MODULE PLACED IN .\SW1.OBJ
ASSEMBLER IN
www.eeworm.com/read/475860/6766252
hex sw1.hex
:020000000130CD
:10003000855F817580FF7590FF30940630950802CA
:0C0040000039B280020039B281020039A0
:00000001FF
www.eeworm.com/read/473656/6847942