In the next chunk of code, the following error occurred: "No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported." It occurred because of the H'7FFFFFFF comment contains a single quote:
#pragma inline_asm (isr1)staticvoidisr1(void){STS.LMACL,@-SP;2MACregisterssavedSTS.LMACH,@-SP;MOVML.LR15,@-SP;storeR0-R14,PR=16registersMOV.LISR_INT_DIV_OVF+0,R0;loadtheaddressMOV.LISR_INT_DIV_OVF+4,R1;R1=H'7FFFFFFF for signed overflow}
Thanks for all you do,
Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've encountered two different errors in c files that have inline assembly:
In the code below, a syntax error occurs on the MAC.W line and the file cannot be processed:
In the next chunk of code, the following error occurred: "No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported." It occurred because of the H'7FFFFFFF comment contains a single quote:
Thanks for all you do,
Daniel