📄 read.asm
字号:
.global _TbWrSysTab,_TbRdSysTab ;must user
;for examples
.global _mea_flag,_CT_jx,_CTI1,_CTI2,_VA_int,_CT_dj
.global _SVA,_COS_mode,_CT_bfb,_BH_SVA,_Z2,_PT1_temp
.global _CT_grade,_CT1,_CT2_mode,_PT1_mode,_PT_mode,_err_no,_err10_n
.global _CT_test,_PT_arr
.global _VA_wave,_n_Zl;
.global _VA_arr,_err10_arr
.global _PT1_temp
.sect "TbTxData" ;must user
_TbWrSysTab: ;must user
.word _mea_flag,1,0,3010h
.word _CT_jx,1,0,3012h
.word _CTI1,1,0,3014h
.word _CTI2,1,0,3016h
.word _VA_int,1,0,3018h
.word _CT_dj,1,0,301ah
.word _CT_test,48,0,301ch
.word _PT_arr,26,0,304ch
.word _VA_wave,200,0,5010h
.word _n_Zl,200,0,6010h
.word _VA_arr,200,0,4002h
.word _VA_arr+200,200,0,4002h+200
.word _err10_arr,200,0,4202h
.word _err10_arr+200,200,0,4202h+200
.word 0000h,0000h,0000h,0000h ;must user
_TbRdSysTab: ;must user
.word _CT1,1,1,4072h
.word _CT2_mode,1,1,4074h
.word _CT_grade,1,1,4070h
.word _PT1_mode,1,1,4076h
.word _PT_mode,1,1,4078h
.word _err_no,1,1,407ah
.word _err10_n,1,1,407ch
.word _SVA,2,1,4080h
.word _COS_mode,2,1,4082h
.word _CT_bfb,2,1,4084h
.word _PT1_temp,2,1,4086h
.word _BH_SVA,2,1,4088h
.word _Z2,2,1,408ah
.word 0000h,0000h,0000h,0000h ;must user
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -