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

📄 3-8.asm

📁 &#61550 3-1.asmAD测试程序代码; &#61550 3-2.asmAD测试程序中断向量代码; &#61550 3-3.cmdAD测试程序配置文件代码; &#61550 3-
💻 ASM
字号:
       	.sect   	".DISPLAY1"
    		.ref    	start
	    .def	    	reset

k_stack_size	.set 		200
k_stack		.usect		"stack_section",k_stack_size
system_stack	.set 		k_stack+k_stack_size

 		.word	 	08aah		;INDICATE 8BITS PARALLEL BOOT MODE
		.word	 	7fffh		;VALUE FOR SWWSR
		.word	 	0f000h		;VALUE FOR BSCR
		.word	 	0000h		;xpc for entry point
		.word   	0200h     	;pc for entry point
		.word	 	01e0h		;size of first section
		.word	 	0000h		;xpc for first section
		.word	 	0100h		;pc for first section

reset:	 b	   start
          stm  #3000h,sp    
        
nmi:	  rete
		  nop
		  nop
		  nop

sint17          .space 4*16
sint18          .space 4*16
sint19          .space 4*16
sint20          .space 4*16
sint21          .space 4*16
sint22          .space 4*16
sint23          .space 4*16
sint24          .space 4*16
sint25          .space 4*16
sint26          .space 4*16
sint27          .space 4*16
sint28          .space 4*16
sint29          .space 4*16
sint30          .space 4*16

int0:    rete
         nop
		nop
		nop 
int1:	rete
		nop
		nop
		nop
int2:	rete
		nop
		nop
		nop
tint0:    rete
         nop
		nop
		nop
brint0:  rete
		nop
		nop
		nop		
bxint0: rete
		nop
		nop
		nop		
dmac0:  rete
		nop
		nop
		nop
dmac1:  rete
		nop
		nop
		nop
int3:	rete
		nop
		nop
		nop
hpint:   rete
		nop
		nop
		nop
dmac2:  rete
		nop
		nop
		nop
bxint1:  rete
		nop
		nop
		nop
dmac4:  rete
		nop
		nop
		nop
dmac5:  rete
		nop
		nop
		nop
RESERVED:	.space	880H

⌨️ 快捷键说明

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