代码搜索:51单片机
找到约 10,000 项符合「51单片机」的源代码
代码结果 10,000
www.eeworm.com/read/427977/8906577
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/427975/8906699
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/427968/8906924
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/427967/8907023
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/427965/8907207
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/427961/8908124
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/284701/8908314
a51 dinput.a51
NAME DINPUT
?PR?_DINPUT?DINPUT SEGMENT CODE
PUBLIC _DINPUT
RSEG ?PR?_DINPUT?DINPUT
_DINPUT:
MOV A,R7
MOV R2,#08
LOOP1: RLC A
MOV P1.0, C
CLR P1.2
SETB P1.2
www.eeworm.com/read/284701/8908323
a51 startup.a51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright 1995-1996 Keil Software, Inc.
;------------------------
www.eeworm.com/read/284701/8908351
a51 disply.a51
NAME DISPLY
?PR?_disply?DISPLY SEGMENT CODE
PUBLIC _DISPLY
EXTRN CODE (_DINPUT)
RSEG ?PR?_disply?DISPLY
_DISPLY:
MOV A,R7 ;R7 IS THE dsp_buf ENTRY VAL FOR DSP
MOV R0,A
www.eeworm.com/read/284701/8908650
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil So