📄 vectors.asm
字号:
;vectors.asm
.ref _c_int0
.ref _PHANTOM
.ref _AD_Isr
.ref _T1INTIsr
.sect "vectors"
reset: B _c_int0 ;0000h reset PC = 0000h
int1: B _AD_Isr ;0002h INT1
int2: B _T1INTIsr ;0004h INT2
int3: B _PHANTOM ;0006h INT3
int4: B _PHANTOM ;0008h INT4
int5: B _PHANTOM ;000Ah INT5
int6: B _PHANTOM ;000Ch INT6
int7: B _PHANTOM ;000Eh software
int8: B _PHANTOM ;0010h software
int9: B _PHANTOM ;0012h software
int10: B _PHANTOM ;0014h software
int11: B _PHANTOM ;0016h software
int12: B _PHANTOM ;0018h software
int13: B _PHANTOM ;001Ah software
int14: B _PHANTOM ;001Ch software
int15: B _PHANTOM ;001Eh software
int16: B _PHANTOM ;0020h software
int17: B _PHANTOM ;0022h TRAP Instuction
int18: B _PHANTOM ;0024h NMI
int19: B _PHANTOM ;0026h reserved
int20: B _PHANTOM ;0028h software
int21: B _PHANTOM ;002Ah software
int22: B _PHANTOM ;002Ch software
int23: B _PHANTOM ;002Eh software
int24: B _PHANTOM ;0030h software
int25: B _PHANTOM ;0032h software
int26: B _PHANTOM ;0034h software
int27: B _PHANTOM ;0036h software
int28: B _PHANTOM ;0038h software
int29: B _PHANTOM ;003Ah software
int30: B _PHANTOM ;003Ch software
int31: B _PHANTOM ;003Eh software
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -