代码搜索:Display
找到约 10,000 项符合「Display」的源代码
代码结果 10,000
www.eeworm.com/read/437023/7756874
lnp display_xian.lnp
"STARTUP.obj",
"display_xian.obj"
TO "display_xian"
RAMSIZE(256)
www.eeworm.com/read/437023/7756875
asm display_xian.asm
DisplayBuffer EQU 40H
Disp1 EQU 35H ;输出数据10进制(高位)
Disp2 EQU 36H
Disp3 EQU 37H
ORG 0000H
LJMP MAIN
ORG 0100H
MAIN: MOV Disp1,#07H ;10进制初值
www.eeworm.com/read/437023/7756876
plg display_xian.plg
礦ision2 Build Log
Project:
E:\ITwork\基于单片机的频率计设计\keil\display_xian\display_xian.uv2
Project File Date: 07/17/2008
Output:
www.eeworm.com/read/437023/7756884
opt display_ceshi.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/437023/7756885
lnp display_ceshi.lnp
"STARTUP.obj",
"display_ceshi.obj"
TO "display_ceshi"
RAMSIZE(256)
www.eeworm.com/read/437023/7756886
plg display_ceshi.plg
礦ision2 Build Log
Project:
E:\ITwork\基于单片机的频率计设计\keil\pinlj开发板\display_ceshi\display_ceshi.uv2
Project File Date: 07/18/2008
Output:
Build tar
www.eeworm.com/read/437023/7756889
lst display_ceshi.lst
A51 MACRO ASSEMBLER DISPLAY_CESHI 07/18/2008 13:57:04 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN display_ceshi.OBJ
ASSE
www.eeworm.com/read/437023/7756893
hex display_ceshi.hex
:03000000020140BA
:0C014000787FE4F6D8FD7581070200000E
:03000000020100FA
:1001000075400075410775420475430575440675D1
:10011000450579407CFBECF5A0E790012C93F58038
:1001200012013709EC30E7EA23FC2116C0
www.eeworm.com/read/437023/7756894
asm display_ceshi.asm
DisplayBuffer EQU 40H
Disp1 EQU 35H ;输出数据10进制(高位)
Disp2 EQU 36H
Disp3 EQU 37H
ORG 0000H
LJMP MAIN
ORG 0100H
MAIN:
MOV 40H,#00
www.eeworm.com/read/437023/7756895