代码搜索:Subroutine
找到约 10,000 项符合「Subroutine」的源代码
代码结果 10,000
www.eeworm.com/read/355810/10243604
asm subroutine.asm
;;------------------------------------------
;RAM 4BYTE,2BIT
; STACK 1
; WDT ENABLE
; TIMER 1
; INTERRUPT 0
; PORT 0
; MAXRUNTIME:27CYCLE (4MHZ)
;-------------------------------
www.eeworm.com/read/355808/10243616
asm subroutine.asm
;;******************File Name: Subroutine.Asm******************
;;---------------------------------------------------------
INI_RAM: ;;initial ram
;;----------------------------------------------
www.eeworm.com/read/326194/13156296
h subroutine.h
#ifndef __SUBROUTINE_H_
#define __SUBROUTINE_H_
//===========================常量定义================================
#define NUM_KEYS 16
// 0x01
// ----
www.eeworm.com/read/326194/13156300
c subroutine.c
//============================头 文 件=================================
#include"subroutine.h"
#include"msp430x41x.h"
//=====================================================================
//===
www.eeworm.com/read/477897/6725448
class subroutine.class
www.eeworm.com/read/405716/11458922
asm subroutine.asm
;;----------------------------------------------------------------------------
INI_RAM: ;;initial bank 0 of ram
CLR BP.0 ;;bp point to bank 0 of ram
XMOV MP0, 60H ;;ram start add
www.eeworm.com/read/158718/11590812
asm subroutine.asm
;;----------------------------------------------------------------------------
INI_RAM: ;;initial bank 0 of ram
CLR BP.0 ;;bp point to bank 0 of ram
XMOV MP0, 60H ;;ram start add
www.eeworm.com/read/158717/11590850
asm subroutine.asm
;;WAN NIAN LI SUBROUTINE PART
;;ESTABLISHED DATE: 2005/08/29
;;********************************************
;;INITIAL RAM
INI_RAM:
MOV A,28H
MOV MP0,A
MLP_INI_RAM:
C