代码搜索:51单片机
找到约 10,000 项符合「51单片机」的源代码
代码结果 10,000
www.eeworm.com/read/381531/9087092
a51 1420.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/381528/9087231
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/184645/9090896
a51 shift.a51
;;-----------------------------------------------------------------------------
;; Fast JTAG serial bit output for usbjtag
;;---------------------------------------------------------------------------
www.eeworm.com/read/184590/9092739
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/184590/9092746
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/282445/9093050
a51 dscr.a51
;;-----------------------------------------------------------------------------
;; File: dscr.a51
;; Contents: This file contains descriptor data tables.
;;
;; Copyright (c) 1997 An
www.eeworm.com/read/381327/9097565
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/381299/9099186
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/381297/9099232
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/381297/9099278
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil So