?? 3-8.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 + -