代码搜索:51 单片机
找到约 10,000 项符合「51 单片机」的源代码
代码结果 10,000
www.eeworm.com/read/284197/8954867
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/284163/8958120
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/284163/8958127
a51 xcpy.a51
;------------------------------------------------------------------------------------
; xcpy function for R8051XC:
;
; memcpy variant for xdata to xdata memory copy using the DPC feature of the
;
www.eeworm.com/read/186118/8958895
a51 cdwe.a51
;定义全局变量COM和DAT,全局函数CWE1(), DWE1(), CWE2(), DWE2()
PUBLIC COM, DAT, CWE1, DWE1, CWE2, DWE2
;COM存放控制指令,DAT存放显示数据
RAM SEGMENT DATA
PGM SEGMENT CODE
RSEG RAM
COM: DS 1
DAT: DS 1
;指定控制单元地址
www.eeworm.com/read/186118/8958901
a51 inclr.a51
;说明使用到的外部函数和外部变量
EXTRN CODE(CWE1, DWE1, CWE2, DWE2)
EXTRN DATA(COM, DAT)
;定义全局函数INITIAL(), CLEAR()
PUBLIC INITIAL, CLEAR
INITP SEGMENT CODE
INIROM SEGMENT CODE
RSEG INIROM
;定义内部变量:初始化变量数组T
www.eeworm.com/read/284144/8959495
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/284144/8959794
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/186097/8959864
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/284144/8960094
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/284144/8960384
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So