📄 isr.asm
字号:
;; DSP/BIOS includes
.include c54.h54
.include gbl.h54
.include hwi.h54
.ref _handsetCodecService
.global handsetCodecIsr
handsetCodecIsr:
HWI_enter C54_CNOTPRESERVED, 0ffffh
; cpl = 0
; dp = GBL_A_SYSPAGE
; We need to set cpl bit when going to C
ssbx cpl
nop ; cpl latency
call _handsetCodecService ; call c service function
rsbx cpl ; HWI_exit precondition
nop ; cpl latency
ld #GBL_A_SYSPAGE, dp
HWI_exit C54_CNOTPRESERVED, 0ffffh
.end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -