📄 sect30.inc
字号:
.section data_SE,DATA
.org 400H
data_SE_top:
.section bss_SE,DATA,ALIGN
bss_SE_top:
.section data_SO,DATA
.section iicbus,data,align
data_SO_top:
.section bss_SO,DATA
bss_SO_top:
.section data_NE,DATA,ALIGN
data_NE_top:
.section bss_NE,DATA,ALIGN
bss_NE_top:
.section data_NO,DATA
data_NO_top:
.section bss_NO,DATA
bss_NO_top:
.section stack,DATA
.blkb STACKSIZE
stack_top:
.blkb ISTACKSIZE
istack_top:
.section heap,DATA
heap_top:
.blkb HEAPSIZE
.section rom_NE,ROMDATA,ALIGN
rom_NE_top:
.section rom_NO,ROMDATA
rom_NO_top:
.section data_FE,DATA
.org 10000H
data_FE_top:
.section bss_FE,DATA,ALIGN
bss_FE_top:
.section data_FO,DATA
data_FO_top:
.section bss_FO,DATA
bss_FO_top:
.section rom_FE,ROMDATA
.org 0C0000H
rom_FE_top:
.section rom_FO,ROMDATA
rom_FO_top:
.section data_SEI,ROMDATA
data_SEI_top:
.section data_SOI,ROMDATA
data_SOI_top:
.section data_NEI,ROMDATA
data_NEI_top:
.section data_NOI,ROMDATA
data_NOI_top:
.section data_FEI,ROMDATA
data_FEI_top:
.section data_FOI,ROMDATA
data_FOI_top:
.section switch_table,ROMDATA
switch_table_top:
.section interrupt
.section program
.section program_S
.glb stsp_int
.glb u2rcv_int
.section vector
.org VECTOR_ADR
.lword dummy_int
.org (VECTOR_ADR +40)
.lword stsp_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.org (VECTOR_ADR +64)
.lword u2rcv_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.lword dummy_int
.section fvector
.org 0fffdch
UDI:
.lword dummy_int
OVER_FLOW:
.lword dummy_int
BRKI:
.lword dummy_int
ADDRESS_MATCH:
.lword dummy_int
SINGLE_STEP:
.lword dummy_int
WDT:
.lword dummy_int
DBC:
.lword dummy_int
NMI:
.lword dummy_int
RESET:
.lword start
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -