单片机pic16f877 pwm产生及输出

源代码在线查看: pwm.err

软件大小: 11 K
上传用户: foreverNewcomer
关键词: f877 pic 16f 877
下载地址: 免注册下载 普通下载 VIP

相关代码

				Warning[205] C:\TEST-PWM\PWM.ASM 1 : Found directive in column 1. (LIST)
				Warning[205] C:\TEST-PWM\PWM.ASM 2 : Found directive in column 1. (INCLUDE)
				Message[301] C:\PROGRAM FILES\MICROCHIP\MPASM SUITE\P16F877.INC 37 : MESSAGE: (Processor-header file mismatch.  Verify selected processor.)
				Warning[205] C:\TEST-PWM\PWM.ASM 3 : Found directive in column 1. (ORG)
				Warning[203] C:\TEST-PWM\PWM.ASM 4 : Found opcode in column 1. (NOP)
				Warning[203] C:\TEST-PWM\PWM.ASM 5 : Found opcode in column 1. (BSF)
				Warning[203] C:\TEST-PWM\PWM.ASM 6 : Found opcode in column 1. (MOVLW)
				Warning[203] C:\TEST-PWM\PWM.ASM 7 : Found opcode in column 1. (MOVWF)
				Message[302] C:\TEST-PWM\PWM.ASM 7 : Register in operand not in bank 0.  Ensure that bank bits are correct.
				Warning[203] C:\TEST-PWM\PWM.ASM 8 : Found opcode in column 1. (MOVLW)
				Warning[203] C:\TEST-PWM\PWM.ASM 9 : Found opcode in column 1. (MOVWF)
				Message[302] C:\TEST-PWM\PWM.ASM 9 : Register in operand not in bank 0.  Ensure that bank bits are correct.
				Warning[203] C:\TEST-PWM\PWM.ASM 10 : Found opcode in column 1. (BCF)
				Warning[203] C:\TEST-PWM\PWM.ASM 12 : Found opcode in column 1. (MOVLW)
				Warning[203] C:\TEST-PWM\PWM.ASM 13 : Found opcode in column 1. (MOVWF)
				Warning[203] C:\TEST-PWM\PWM.ASM 14 : Found opcode in column 1. (MOVLW)
				Warning[203] C:\TEST-PWM\PWM.ASM 15 : Found opcode in column 1. (MOVWF)
				Warning[203] C:\TEST-PWM\PWM.ASM 16 : Found opcode in column 1. (MOVLW)
				Warning[203] C:\TEST-PWM\PWM.ASM 17 : Found opcode in column 1. (MOVWF)
				Warning[203] C:\TEST-PWM\PWM.ASM 18 : Found opcode in column 1. (RETURN)
				Warning[205] C:\TEST-PWM\PWM.ASM 19 : Found directive in column 1. (END)
							

相关资源