代码搜索:vectors
找到约 10,000 项符合「vectors」的源代码
代码结果 10,000
www.eeworm.com/read/192094/8407357
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/391151/8418658
asm vectors.asm
.title "vectors.asm"
.ref _c_int00
.sect "vectors"
RESET_RST:
mvkl .S2 _c_int00, B0
mvkh .S2 _c_int00, B0
b .S2 B0
nop
nop
nop
nop
nop
www.eeworm.com/read/391151/8419069
asm vectors.asm
.title "vectors.asm"
.ref _c_int00
.sect "vectors"
RESET_RST:
mvkl .S2 _c_int00, B0
mvkh .S2 _c_int00, B0
b .S2 B0
nop
nop
nop
nop
nop
www.eeworm.com/read/391151/8419300
asm vectors.asm
*Vectors.asm Vector file for non-interrupt driven program
.title "vectors.asm"
.ref _c_int00 ;reference entry address
.sect "vectors" ;in vector section
rst:
www.eeworm.com/read/391151/8419393
asm vectors.asm
*VECTORS.ASM provided by TI to set up interrupt vectors
*If ISR is used, put branch to it in appropriate vector location
* .ref ISR if interrupt-driven
.ref _c_int00
.sect "vect
www.eeworm.com/read/391151/8419658
asm vectors.asm
.title "vectors.asm"
.ref _c_int00
.sect "vectors"
RESET_RST:
mvkl .S2 _c_int00, B0
mvkh .S2 _c_int00, B0
b .S2 B0
nop
nop
nop
nop
nop
www.eeworm.com/read/291029/8444512
s vectors.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/290691/8466888
asm vectors.asm
;
; Copyright 2001 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/390358/8470053
asm vectors.asm
.sect ".vectors"
.ref _c_int00
.align 0x80
RESET:
BD _c_int00
STM #128,SP
nmi: RETE
nop
nop
nop
sint17 .space 4*16
sint18 .space 4*16
sint19 .space 4
www.eeworm.com/read/390341/8470918