⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vectors.h

📁 the filter program write myself,the effect is not bad ,look and kool
💻 H
字号:
    .sect".vectors"
rset:   B       start           ;00h reset
int1:   B       GISR1           ;02h INT1
int2:   B       GISR2            ;04h INT2
int3:   B       GISR3      			;06h INT3
int4:   B       GISR4            ;08h INT4
int5:   B       GISR5            ;0Ah INT5
int6:   B       GISR6            ;0Ch INT6
int7:   B       PHANTOM            ;0Eh reserved
int8:   B       PHANTOM            ;10h INT8  (software)
int9:   B       PHANTOM            ;12h INT9  (software)
int10:  B       PHANTOM           ;14h INT10 (software)
int11:  B       PHANTOM           ;16h INT11 (software)
int12:  B       PHANTOM           ;18h INT12 (software)
int13:  B       PHANTOM           ;1Ah INT13 (software)
int14:  B       PHANTOM           ;1Ch INT14 (software)
int15:  B       PHANTOM           ;1Eh INT15 (software)
int16:  B       PHANTOM           ;20h INT16 (software)
int17:  B       int17           ;22h TRAP
int18:  B       int18           ;24h NMI
int19:  B       int19           ;26h reserved
int20:  B       PHANTOM           ;28h INT20 (software)
int21:  B       PHANTOM           ;2Ah INT21 (software)
int22:  B       PHANTOM           ;2Ch INT22 (software)
int23:  B       PHANTOM           ;2Eh INT23 (software)
int24:  B       PHANTOM           ;30h INT24 (software)
int25:  B       PHANTOM           ;32h INT25 (software)
int26:  B       PHANTOM           ;34h INT26 (software)
int27:  B       PHANTOM           ;36h INT27 (software)
int28:  B       PHANTOM           ;38h INT28 (software)
int29:  B       PHANTOM           ;3Ah INT29 (software)
int30:  B       PHANTOM           ;3Ch INT30 (software)
int31:  B       PHANTOM           ;3Eh INT31 (software)
	.sect".pvecs"				;定义子向量段
PVECTORS	B	PVECTORS			;保留向量地址偏移量  0000h
			B	PVECTORS			;保留向量地址偏移量  0001h
  			B	PVECTORS			;保留向量地址偏移量  0002h
			B	PVECTORS			;保留向量地址偏移量  0003h
			B	ADCINT_ISR			;保留向量地址偏移量  0004h  ADC中断
			B	PVECTORS			;保留向量地址偏移量  0005h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -