代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/137421/13322608
c initial.c
/****************************************************************************
+----------------------------------------------------------------------+
| Copyright Trumpion Microelectronics Inc
www.eeworm.com/read/137229/13338162
c initial.c
/*----------------------------------------------------------------------------*/
/* initial.c - functions to get things set up and initialized */
/*----------------------------------
www.eeworm.com/read/137091/13346128
asm initial.asm
.mmregs
.global _initial
_initial:
stm 1dh,ar1
orm 40h,*ar1 ;mp/mp=1 ,enable program ram 0xff80
stm 300h,ar1
st #00h,*ar1
stm 302h,ar1
st #00h,*ar1
stm 200h,ar1
st
www.eeworm.com/read/137091/13346138
obj initial.obj
www.eeworm.com/read/137090/13346193
asm initial.asm
.mmregs
.global _initial
_initial:
stm 1dh,ar1
orm 40h,*ar1 ;mp/mp=1 ,enable program ram 0xff80
ssbx 1,11
stm 0ffffh,ifr
stm 00h,imr
stm 410h,tcr
stm 00ffh,prd
stm 420
www.eeworm.com/read/137090/13346204
obj initial.obj
www.eeworm.com/read/137088/13346233
asm initial.asm
.mmregs
.global _initial
_initial:
stm 1dh,ar1
orm 40h,*ar1 ;mp/mp=1 ,enable program ram 0xff80
ssbx 1,11
stm 0ffffh,ifr
stm 00h,imr
stm 410h,tcr
stm 0c7h,prd
stm 420h,tcr
www.eeworm.com/read/137088/13346245
obj initial.obj
www.eeworm.com/read/136510/13373636
asm initial.asm
;;Initial 8255 and lcd
PROG SEGMENT CODE
public Initial
;;STACK SEGMENT IDATA
;;RSEG STACK
;;DS 10H ; 16 Bytes Stack
CSEG A