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

📄 f240iv_c.asm

📁 2407的移植版本现在网上流行有好几个
💻 ASM
字号:
		.ref _c_int0
		.ref _OSTickISR, _OSCtxSw,_nothing
		
		.sect ".vectors"
		
rset:	B		_c_int0			;00h reset
int1:	B 		_nothing 			;02h INT1
int2:	B 		_nothing			;04h INT2
int3:	B 		_OSTickISR		;06h INT3
int4:	B		_nothing			;08h INT4
int5:	B		_nothing			;0Ah INT5
int6:	B		_nothing			;0Ch INT6
int7:   B   	_nothing            ;0Eh reserved
int8:   B       _OSCtxSw        ;10h INT8  (software)
int9:   B       _nothing            ;12h INT9  (software)
int10:  B       _nothing           ;14h INT10 (software)
int11:  B       _nothing           ;16h INT11 (software)
int12:  B       _nothing           ;18h INT12 (software)
int13:  B       _nothing           ;1Ah INT13 (software)
int14:  B       _nothing           ;1Ch INT14 (software)
int15:  B       _nothing           ;1Eh INT15 (software)
int16:  B       _nothing           ;20h INT16 (software)
int17:  B       _nothing           ;22h TRAP
int18:  B       _nothing           ;24h NMI
int19:  B       _nothing           ;26h reserved
int20:  B       _nothing           ;28h INT20 (software)
int21:  B       _nothing          ;2Ah INT21 (software)
int22:  B       _nothing           ;2Ch INT22 (software)
int23:  B       _nothing           ;2Eh INT23 (software)
int24:  B       _nothing           ;30h INT24 (software)
int25:  B       _nothing           ;32h INT25 (software)
int26:  B       _nothing           ;34h INT26 (software)
int27:  B       _nothing           ;36h INT27 (software)
int28:  B       _nothing           ;38h INT28 (software)
int29:  B       _nothing           ;3Ah INT29 (software)
int30:  B       _nothing           ;3Ch INT30 (software)
int31:  B       _nothing          ;3Eh INT31 (software)
		

⌨️ 快捷键说明

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