timer.asm
来自「Holtek公司的鼠标开发资料源码」· 汇编 代码 · 共 21 行
ASM
21 行
include HT82K96E.inc
include usbrf.inc
;extern wait_time :byte
;extern wait_time_h :byte
extern tempkbtime :byte
extern tempkbtime_L :byte
extern reportkbtime :byte
extern bFLAG_HvRpt :bit
extern btime_out_KB :bit
timer_Var .section 'data'
isr_acc db ?
isr_status db ?
;arec_timer .section AT 330H 'code'
arec_timer .section AT 350H 'code'
;----------------------------------------------------------------------------------------------
; Remark : TMR0 interrupt service routine,仓
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?