⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nt02.lst

📁 空调控制器
💻 LST
📖 第 1 页 / 共 5 页
字号:
  252         0008        	S_7C		EQU	08H
  253                     	;------------------------------70
  254         0070        	S_DATA7_H	EQU	70H
  255         0001        	S_AM		EQU	01H
  256         000E        	S_AM_N		EQU	0EH
  257                     	
  258         0002        	S_7F		EQU	02H
  259         0004        	S_7E		EQU	04H
  260         0008        	S_7D		EQU	08H
  261                     	
  262                     	;------------------------------71
  263         0071        	S_DATA8_L	EQU	71H
  264         0001        	S_8A		EQU	01H
  265         0002        	S_8B		EQU	02H
  266         0004        	S_8G		EQU	04H
  267         0008        	S_8C		EQU	08H
  268                     	;------------------------------72
  269         0072        	S_DATA8_H	EQU	72H
  270         0001        	S_PM		EQU	01H
  271         000E        	S_PM_N		EQU	0EH
  272                     	
  Fri Mar  3 11:18:09 2006                                                                                  Page    4




  273         0002        	S_8F		EQU	02H
  274         0004        	S_8E		EQU	04H
  275         0008        	S_8D		EQU	08H
  276                     	
  277                     	;=======================================================;
  278                     	; Ram definition 
  279                     	;0090H~00FFH  User Ram 
  280                     	;=======================================================;
  281         0090        	ram_start	equ	90h
  282         00FF        	ram_end		equ	ffh
  283                     	;--
  284                     	
  285                     	;----------------------------------------------
  286         0090        	keyflag		equ	90h
  287         0001        	keyinf		equ	01h
  288         00FE        	keyinf_n	equ	feh
  289                     	
  290         0002        	keycon800f	equ	02h
  291         00FD        	keycon800f_n	equ	fdh
  292                     	
  293         0004        	keycon100f	equ	04h
  294         00FB        	keycon100f_n	equ	fbh
  295                     	
  296         0008        	keyupf		equ	08h
  297         00F7        	keyupf_n	equ	f7h
  298                     	
  299         0010        	keydownf	equ	10h
  300         00EF        	keydownf_n	equ	efh
  301                     	
  302         0020        	keyopenf	equ	20h
  303         00DF        	keyopenf_n	equ	dfh
  304                     	
  305         0040        	keyconf		equ	40h
  306         00BF        	keyconf_n	equ	bfh
  307                     	
  308         0080        	keyerrf		equ	80h
  309         007F        	keyerrf_n	equ	7fh
  310                     	;-----------------------------------------------
  311         0091        	timeflag	equ	91h
  312         0001        	t5msf		equ	01h			;base on 5msec
  313         00FE        	t5msf_n		equ	feh
  314                     	
  315         0002        	t10msf		equ	02h		
  316         00FD        	t10msf_n	equ	fdh
  317                     	
  318         0004        	t20msf		equ	04h
  319         00FB        	t20msf_n	equ	fbh
  320                     	
  321         0008        	t40msf		equ	08h
  322         00F7        	t40msf_n	equ	f7h
  323                     	
  324         0010        	t80msf		equ	10h
  325         00EF        	t80msf_n	equ	efh
  326                     	
  327         0020        	t160msf		equ	20h
  328         00DF        	t160msf_n	equ	dfh
  329                     	
  330         0040        	t320msf		equ	40h
  331         00BF        	t320msf_n	equ	bfh
  332                     	
  333         0080        	t640msf		equ	80h
  334         007F        	t640msf_n	equ	7fh
  335                     	;-----------------------------------------------
  336         0092        	newkey		equ	92h
  337         0093        	oldkey		equ	93h
  338         0094        	keycount	equ	94h
  339         0095        	keyval		equ	95h
  340         0096        	key_buzzer_t	equ	96h
  341         0097        	t100msec	equ	97h
  342         0098        	t800msec	equ	98h
  343         0099        	t5msec		equ	99h
  344                     	
  345         009A        	clk_hour	equ	9ah			; relly clock time
  346         009B        	clk_min		equ	9bh			; relly clock time
  347         009C        	clk_sec		equ	9ch			; relly clock time
  348         009D        	on_hour		equ	9dh			; power on setting time
  349         009E        	on_min		equ	9eh			; power on setting time
  350         009F        	off_hour	equ	9fh			; power off setting time
  351         00A0        	off_min		equ	a0h			; power off setting time
  352         00A1        	com_hour	equ	a1h			; hour display buffer
  353         00A2        	com_min		equ	a2h			; min display buffer
  354                     	;-----------------------------------------------
  355         00A3        	dispflag	equ	a3h			; display contorl flag
  356         0001        	dis2hzf		equ	01h			; 2hz display flag
  357         00FE        	dis2hzf_n	equ	feh			; 2hz display flag
  358                     	
  359         0002        	hour_flash_f	equ	02h			; hour display flash flag
  360         00FD        	hour_flash_f_n	equ	fdh			; hour display flash flag
  361                     	
  362         0004        	min_flash_f	equ	04h			; min display flash flag
  363         00FB        	min_flash_f_n	equ	fbh			; min display flash flag
  364                     	
  365         0008        	clk_set_end_f	equ	08h			; clock setting delay end flag when tur
                            n off
  366         00F7        	clk_set_end_f_n	equ	f7h
  Fri Mar  3 11:18:09 2006                                                                                  Page    5




  367                     	
  368         0010        	r_off_time_f	equ	10h			; remote setting power off time display
                             flag
  369         00EF        	r_off_time_f_n	equ	efh
  370                     	;-----------------------------------------------
  371         00A4        	powerflag	equ	a4h
  372         0001        	demo_dis_f 	equ	01h			; demo display
  373         00FE        	demo_dis_f_n	equ	feh			;
  374                     	
  375         0020        	buzzer_on_f	equ	20h
  376         00DF        	buzzer_on_f_n	equ	dfh
  377                     	
  378         0040        	t_set_rang_f	equ	40h			;6 temperature setting rang flag if =0 
                            cold range 26~40 ℃,hot range 10~40 ℃
  379                     							;if =1 col range 10~40 ℃,hot range 10~
                            40 ℃  
  380  0000               							
  381         0080        	power_on_f	equ	80h			;7 power on off flag
  382         007F        	power_on_f_n	equ	7fh			;7 power on off flag
  383                     	;-----------------------------------------------
  384         00A5        	actionmode	equ	a5h			; action mode
  385         0000        	speed_mode	equ	00h			;0 speed mode flag
  386         0001        	cold_mode	equ	01h			;1 cold mode flag
  387         0002        	hot_mode	equ	02h			;2 hot mode flag
  388                     	;sleep_mode	equ	03h			;4 sleep mode flag
  389                     	;-----------------------------------------------
  390         00A6        	speedmode	equ	a6h			; moror speed mode 0=low;1=min; 2=high 
                            ; 3 auto
  391         0000        	speed_motor_l	equ	00h
  392         0001        	speed_motor_m	equ	01h
  393         0002        	speed_motor_h	equ	02h
  394         0003        	speed_motor_aut	equ	03h
  395                     	
  396                     	;-----------------------------------------------
  397                     	
  398                     	;ram a7h alway change in similator ,why ?!!
  399                     	;-----------------------------------------------
  400         00A8        	t_setting_m	equ	a8h			;manual temperature setting 
  401         00A9        	tem_cal_h	equ	a9h
  402         00AA        	tem_cal_l	equ	aah			; temperature calblaction
  403         00AB        	temperature_h	equ	abh
  404         00AC        	temperature_l	equ	ach
  405                     	;-----------------------------------------------
  406         00AD        	tem_cal_f	equ	adh			; temperature calibration flag
  407         0080        	tem_cal_h_f	equ	80h			; temperature calibration on the high s
                            ide
  408         007F        	tem_cal_h_f_n	equ	7fh			; on the low side
  409                     	
  410         0040        	tem_cal_l_f	equ	40h			; 
  411         00BF        	tem_cal_l_f_n	equ	bfh
  412                     	
  413         0020        	tem_cal_t_st	equ	20h			; temp calibration time start calc
  414         00DF        	tem_cal_t_st_n	equ	dfh
  415                     	
  416         0010        	tem_cal_t_ke	equ	10h
  417         00EF        	tem_cal_t_ke_n	equ	efh
  418                     	;-----------------------------------------------
  419         00AE        	temp_check_h	equ	aeh
  420         00AF        	temp_check_l	equ	afh
  421         00B0        	tem_cal_t	equ	b0h			; temp calibration mode setting check 3
                             sec 
  422                     	;-----------------------------------------------
  423         00B1        	clock_setting_m	equ	b1h			; =00h idel 
  424         0000        	clock_idel	equ	00h			; =01h clk hour setting mode ;02h clk m
                            in setting mode
  425         0001        	clock_hour_set	equ	01h			; =03h power on hour setting mode ;04h 
                            power on min setting mode
  426         0002        	clock_min_set	equ	02h			; =05h power off hour setting mode ;06h
                             power off min setting mode
  427         0003        	on_hour_set	equ	03h			; =07h temperature calibration modeng m
                            ode 
  428         0004        	on_min_set	equ	04h			;
  429         0005        	off_hour_set	equ	05h			;
  430         0006        	off_min_set	equ	06h			;
  431         0007        	tem_cal_set	equ	07h			;
  432         0008        	r_off_t_set	equ	08h			; remote control ,power off time
  433                     	;-----------------------------------------------
  434         00B2        	clock_setting_t	equ	b2h			; 5 sec delay flash display
  435         00B3        	back_light_t	equ	b3h
  436         00B4        	room_tem_check	equ	b4h			; room temperature check value
  437                     	;-----------------------------------------------
  438         00B5        	really_act_3min	equ	b5h			; really action 3 minitue step check
  439         00B6        	really_act_20sec	equ	b6h		; really action 20mec step check
  440                     	;-----------------------------------------------
  441         00B7        	temp		equ	b7h
  442         00B8        	key_ad_h	equ	b8h
  443         00B9        	key_ad_l	equ	b9h
  444         00BA        	r_table_l	equ	bah
  445         00BB        	r_table_h	equ	bbh
  446                     	
  447         00BC        	r_bit_count	equ	bch
  448         00BD        	remote_t	equ	bdh
  449         00BE        	remode		equ	beh
  450         00BF        	r_data0		equ	bfh
  451         00C0        	r_data1		equ	c0h
  Fri Mar  3 11:18:09 2006                                                                                  Page    6




  452         00C1        	r_data2		equ	c1h
  453         00C2        	r_data3		equ	c2h
  454                     	;-----------------------------------------------remocon control flag
  455         00C3        	remote_f	equ	c3h
  456         0001        	rem_in_f	equ	01h
  457         00FE        	rem_in_f_n	equ	feh
  458                     	
  459         0002        	contin_fram_f	equ	02h
  460         00FD        	contin_fram_f_n	equ	fdh
  461                     	;-----------------------------------------------
  462         00C4        	che_ups_t	equ	c4h			; ups mode back up
  463         00C5        	h_motor_t	equ	c5h			; power on must be set on high motro 2s
                            ec
  464         00C6        	auto_mode	equ	c6h			; ; auto mode control state buffer
  465         00C7        	old_temp	equ	c7h
  466                     	
  467                     	
  468                     	
  469         00FE        	delay1		equ	feh
  470         00FF        	delay2		equ	ffh
  471         00FE        	disset		equ	feh			; uer for setting display
  472         00FF        	dispclr		equ	ffh			; use for clear or set display buffer 
  473                     	
  474                     	
  475         0000        	key_power	equ	00h
  476         0001        	key_clock	equ	01h
  477         0002        	key_mode	equ	02h
  478         0003        	key_speed	equ	03h
  479         0004        	key_up		equ	04h
  480         0005        	key_down	equ	05h
  481         0006        	key_cal_mode	equ	06h
  482         00FE        	key_error	equ	feh
  483         00FF        	key_open	equ	ffh
  484                     	;=======================================================;
  485                     	; Ram definition 
  486                     	;0100H~010FH  Stack Ram  ,8 level 
  487                     	;=======================================================;
  488                     	;--
  489                     	
  490                     	
  491                     	;=======================================================;
  492                     	;  
  493                     	;2801H~3FFFH  Program rom 6k*8bit  
  494                     	;=======================================================
  495  0000               		
  496                     	;=======================================================;
  497                     	;=========           Reset:                    =========;
  498                     	;=======================================================;
  499                     	; Tt18P08D: please set as "ORG $2000H" ;
  500                     	; Tt18P06D: please set as "ORG $2800H" ;
  501                     	; Tt18P04D: please set as "ORG $3000H" ;
  502                     	;-------------------------------------------------------;
  503  2000               			ORG	$2000h		

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -