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

📄 cc_build_custom.log

📁 2407 开发板自带的示例代码
💻 LOG
📖 第 1 页 / 共 2 页
字号:
			ADD		FREQSTEP2		;Counting Register increased by specific step

"LFDAC.asm", ERROR!   at line 206: [E0002] Invalid mnemonic specification
			SACL	MODREG2		;Store the updated the counter value

"LFDAC.asm", ERROR!   at line 207: [E0002] Invalid mnemonic specification
			LACC	MODREG2,8		;Reload the new counter value but shift left by 8 bits

"LFDAC.asm", ERROR!   at line 208: [E0002] Invalid mnemonic specification
			SACH	TABLE			;Store the high bit into the TABLE as pointer to lookup table

"LFDAC.asm", ERROR!   at line 209: [E0002] Invalid mnemonic specification
			SFR				;Shift the value to the right convert to Q15

"LFDAC.asm", ERROR!   at line 210: [E0005] Missing operand(s)
			AND		#07FFFh		;Make sure the Q15 value is positive

"LFDAC.asm", ERROR!   at line 211: [E0002] Invalid mnemonic specification
			SACL 	REMAINDER		;Store the fractional value of the counting register

"LFDAC.asm", ERROR!   at line 213: [E0002] Invalid mnemonic specification
			LACC	TABLE			;Load the accumulator with the proper index value

"LFDAC.asm", ERROR!   at line 214: [E0005] Missing operand(s)
			ADD		TOPTABLE		;Displace the ACC with the starting address

"LFDAC.asm", ERROR!   at line 215: [E0002] Invalid mnemonic specification
			TBLR	VALUE			;Read the value from the table and store into VALUE

"LFDAC.asm", ERROR!   at line 216: [E0005] Missing operand(s)
			ADD		#1			;Increment the ACC to the next address

"LFDAC.asm", ERROR!   at line 217: [E0002] Invalid mnemonic specification
			TBLR	NEXTVALUE		;Read the next value from the table and store into NEXTVALUE

"LFDAC.asm", ERROR!   at line 219: [E0002] Invalid mnemonic specification
			LACC	NEXTVALUE		;Load the ACC with NEXTVALUE

"LFDAC.asm", ERROR!   at line 220: [E0005] Missing operand(s)
			SUB		VALUE			;Subtract the previous value

"LFDAC.asm", ERROR!   at line 221: [E0002] Invalid mnemonic specification
			SACL	DIFFERENCE		;Store the difference between the values into DIFFERENCE	

"LFDAC.asm", ERROR!   at line 223: [E0002] Invalid mnemonic specification
			LT		DIFFERENCE		;Load the TREG with DIFFERENCE

"LFDAC.asm", ERROR!   at line 224: [E0005] Missing operand(s)
			MPY		REMAINDER		;Multiply the DIFFERENCE with REMAINDER

"LFDAC.asm", ERROR!   at line 225: [E0002] Invalid mnemonic specification
			PAC				;Move the product to the ACC

"LFDAC.asm", ERROR!   at line 226: [E0002] Invalid mnemonic specification
			SACH	REMAINDER,1		;Store the upper byte to REMAINER and shift left by 1, Q15

"LFDAC.asm", ERROR!   at line 228: [E0002] Invalid mnemonic specification
			LACC	REMAINDER		;Load ACC with new REMAINDER

"LFDAC.asm", ERROR!   at line 229: [E0005] Missing operand(s)
			ADD		VALUE			;Add VALUE to get the new interpolated value

"LFDAC.asm", ERROR!   at line 230: [E0002] Invalid mnemonic specification
			SACL	VALUE			;Store the interpolated value into VALUE

"LFDAC.asm", ERROR!   at line 232: [E0002] Invalid mnemonic specification
			LT		VALUE			;Load the TREG with the new interpolated VALUE

"LFDAC.asm", ERROR!   at line 233: [E0005] Missing operand(s)
			MPY		MAG2			;Multiply VALUE by a magnitude 

"LFDAC.asm", ERROR!   at line 234: [E0002] Invalid mnemonic specification
			PAC				;Move the product to ACC

"LFDAC.asm", ERROR!   at line 235: [E0002] Invalid mnemonic specification
			SACH	DAC2VAL,1		;Store the new value to DAC0VAL to output, shift to get Q15

"LFDAC.asm", ERROR!   at line 239: [E0002] Invalid mnemonic specification
			LACC	MODREG3		;ACC loaded with the counting register

"LFDAC.asm", ERROR!   at line 240: [E0005] Missing operand(s)
			ADD		FREQSTEP3		;Counting Register increased by specific step

"LFDAC.asm", ERROR!   at line 241: [E0002] Invalid mnemonic specification
			SACL	MODREG3		;Store the updated the counter value

"LFDAC.asm", ERROR!   at line 242: [E0002] Invalid mnemonic specification
			LACC	MODREG3,8		;Reload the new counter value but shift left by 8 bits

"LFDAC.asm", ERROR!   at line 243: [E0002] Invalid mnemonic specification
			SACH	TABLE			;Store the high bit into the TABLE as pointer to lookup table

"LFDAC.asm", ERROR!   at line 244: [E0002] Invalid mnemonic specification
			SFR				;Shift the value to the right convert to Q15

"LFDAC.asm", ERROR!   at line 245: [E0005] Missing operand(s)
			AND		#07FFFh		;Make sure the Q15 value is positive

"LFDAC.asm", ERROR!   at line 246: [E0002] Invalid mnemonic specification
			SACL 	REMAINDER		;Store the fractional value of the counting register

"LFDAC.asm", ERROR!   at line 248: [E0002] Invalid mnemonic specification
			LACC	TABLE			;Load the accumulator with the proper index value

"LFDAC.asm", ERROR!   at line 249: [E0005] Missing operand(s)
			ADD		TOPTABLE		;Displace the ACC with the starting address

"LFDAC.asm", ERROR!   at line 250: [E0002] Invalid mnemonic specification
			TBLR	VALUE			;Read the value from the table and store into VALUE

"LFDAC.asm", ERROR!   at line 251: [E0005] Missing operand(s)
			ADD		#1			;Increment the ACC to the next address

"LFDAC.asm", ERROR!   at line 252: [E0002] Invalid mnemonic specification
			TBLR	NEXTVALUE		;Read the next value from the table and store into NEXTVALUE

"LFDAC.asm", ERROR!   at line 254: [E0002] Invalid mnemonic specification
			LACC	NEXTVALUE		;Load the ACC with NEXTVALUE

"LFDAC.asm", ERROR!   at line 255: [E0005] Missing operand(s)
			SUB		VALUE			;Subtract the previous value

"LFDAC.asm", ERROR!   at line 256: [E0002] Invalid mnemonic specification
			SACL	DIFFERENCE		;Store the difference between the values into DIFFERENCE	

"LFDAC.asm", ERROR!   at line 258: [E0002] Invalid mnemonic specification
			LT		DIFFERENCE		;Load the TREG with DIFFERENCE

"LFDAC.asm", ERROR!   at line 259: [E0005] Missing operand(s)
			MPY		REMAINDER		;Multiply the DIFFERENCE with REMAINDER

"LFDAC.asm", ERROR!   at line 260: [E0002] Invalid mnemonic specification
			PAC				;Move the product to the ACC

"LFDAC.asm", ERROR!   at line 261: [E0002] Invalid mnemonic specification
			SACH	REMAINDER,1		;Store the upper byte to REMAINER and shift left by 1, Q15

"LFDAC.asm", ERROR!   at line 263: [E0002] Invalid mnemonic specification
			LACC	REMAINDER		;Load ACC with new REMAINDER

"LFDAC.asm", ERROR!   at line 264: [E0005] Missing operand(s)
			ADD		VALUE			;Add VALUE to get the new interpolated value

"LFDAC.asm", ERROR!   at line 265: [E0002] Invalid mnemonic specification
			SACL	VALUE			;Store the interpolated value into VALUE

"LFDAC.asm", ERROR!   at line 267: [E0002] Invalid mnemonic specification
			LT		VALUE			;Load the TREG with the new interpolated VALUE

"LFDAC.asm", ERROR!   at line 268: [E0005] Missing operand(s)
			MPY		MAG3			;Multiply VALUE by a magnitude 

"LFDAC.asm", ERROR!   at line 269: [E0002] Invalid mnemonic specification
			PAC				;Move the product to ACC

"LFDAC.asm", ERROR!   at line 270: [E0002] Invalid mnemonic specification
			SACH	DAC3VAL,1		;Store the new value to DAC0VAL to output, shift to get Q15

"LFDAC.asm", ERROR!   at line 274: [E0002] Invalid mnemonic specification
			LDP		#0			;This section outputs the SINE wave to the DAC

"LFDAC.asm", ERROR!   at line 275: [E0002] Invalid mnemonic specification
			LACC	DAC0VAL		;ACC = DAC0VAL - entry from the lookup table

"LFDAC.asm", ERROR!   at line 276: [E0005] Missing operand(s)
			ADD		#8000h		;Displace the value half the maximum

"LFDAC.asm", ERROR!   at line 277: [E0002] Invalid mnemonic specification
			SFR				;Shift over 4 places since the DAC is 12bits

"LFDAC.asm", ERROR!   at line 278: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 279: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 280: [E0002] Invalid mnemonic specification
			SFR		

"LFDAC.asm", ERROR!   at line 281: [E0002] Invalid mnemonic specification
			SACL	DAC0VAL		;Store the new 12 bit value into DAC0VAL

"LFDAC.asm", ERROR!   at line 283: [E0002] Invalid mnemonic specification
			LACC	DAC1VAL		;ACC = DAC0VAL - entry from the lookup table

"LFDAC.asm", ERROR!   at line 284: [E0005] Missing operand(s)
			ADD		#8000h		;Displace the value half the maximum

"LFDAC.asm", ERROR!   at line 285: [E0002] Invalid mnemonic specification
			SFR				;Shift over 4 places since the DAC is 12bits

"LFDAC.asm", ERROR!   at line 286: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 287: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 288: [E0002] Invalid mnemonic specification
			SFR		

"LFDAC.asm", ERROR!   at line 289: [E0002] Invalid mnemonic specification
			SACL	DAC1VAL		;Store the new 12 bit value into DAC1VAL

"LFDAC.asm", ERROR!   at line 291: [E0002] Invalid mnemonic specification
			LACC	DAC2VAL		;ACC = DAC0VAL - entry from the lookup table

"LFDAC.asm", ERROR!   at line 292: [E0005] Missing operand(s)
			ADD		#8000h		;Displace the value half the maximum

"LFDAC.asm", ERROR!   at line 293: [E0002] Invalid mnemonic specification
			SFR				;Shift over 4 places since the DAC is 12bits

"LFDAC.asm", ERROR!   at line 294: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 295: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 296: [E0002] Invalid mnemonic specification
			SFR		

"LFDAC.asm", ERROR!   at line 297: [E0002] Invalid mnemonic specification
			SACL	DAC2VAL		;Store the new 12 bit value into DAC2VAL

"LFDAC.asm", ERROR!   at line 299: [E0002] Invalid mnemonic specification
			LACC	DAC3VAL		;ACC = DAC0VAL - entry from the lookup table

"LFDAC.asm", ERROR!   at line 300: [E0005] Missing operand(s)
			ADD		#8000h		;Displace the value half the maximum

"LFDAC.asm", ERROR!   at line 301: [E0002] Invalid mnemonic specification
			SFR				;Shift over 4 places since the DAC is 12bits

"LFDAC.asm", ERROR!   at line 302: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 303: [E0002] Invalid mnemonic specification
			SFR

"LFDAC.asm", ERROR!   at line 304: [E0002] Invalid mnemonic specification
			SFR		

"LFDAC.asm", ERROR!   at line 305: [E0002] Invalid mnemonic specification
			SACL	DAC3VAL		;Store the new 12 bit value into DAC3VAL

"LFDAC.asm", ERROR!   at line 307: [E0002] Invalid mnemonic specification
			OUT 	DAC0VAL,DAC0	;Stores the 12 bit value into DAC0 register

"LFDAC.asm", ERROR!   at line 308: [E0002] Invalid mnemonic specification
			OUT		DAC1VAL,DAC1	;Stores the 12 bit value into DAC1 register

"LFDAC.asm", ERROR!   at line 309: [E0002] Invalid mnemonic specification
			OUT 	DAC2VAL,DAC2	;Stores the 12 bit value into DAC2 register

"LFDAC.asm", ERROR!   at line 310: [E0002] Invalid mnemonic specification
			OUT		DAC3VAL,DAC3	;Stores the 12 bit value into DAC3 register

"LFDAC.asm", ERROR!   at line 311: [E0002] Invalid mnemonic specification
			OUT 	DAC0VAL,DAC_UPDATE ;Causes the DAC to output the value

"LFDAC.asm", ERROR!   at line 589: [E0002] Invalid mnemonic specification
			LDP		#00E0h

"LFDAC.asm", ERROR!   at line 589: [E0002] Invalid mnemonic specification
			SPLK	#05555h,WD_KEY

"LFDAC.asm", ERROR!   at line 589: [E0002] Invalid mnemonic specification
			SPLK	#0AAAAh,WD_KEY  

"LFDAC.asm", ERROR!   at line 589: [E0002] Invalid mnemonic specification
			LDP		#0h

183 Assembly Errors, No Assembly Warnings

Errors in Source - Assembler Aborted

Build Complete,
  184 Errors, 1 Warnings, 0 Remarks.

⌨️ 快捷键说明

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