HT 合泰 汇编2个常用的子程序


;查表指令
        mov     a,display_temp1 ;要查的数据display_temp1 
       add     a,number_table ;表格首址
        mov     tblp,a ;查表
        tabrdl  display_temp ;将数据放在display_temp 

;跳转指令 
	MOV  A,XUSHU 
	AND  A,0FH
	ADDM A,PCL

	JMP	run0;XUSHU=0 跳转到run0
	JMP	run1
	JMP	run2
	JMP	run3
	JMP	run4
	JMP	run5
	JMP	run6
	JMP	run7
	JMP	run8


你可能感兴趣的:(合泰)