You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we tried to compile the code with the latest version of IAR (9.10.2), we encountered an error with the "asm" keyword being undefined.
After correcting the syntax to "asm", this issue was resolved.
However, we are now facing other errors such as "Error in inline assembly: "Bad instruction" RESUME_SYNTAX" and
"Error in inline assembly: "Expression cannot be forward" ".syntax unified \n\t".
Actually MACRO already defined in top of the file #define RESUME_SYNTAX ".syntax unified \n\t". Still above issue why it is coming ?
The text was updated successfully, but these errors were encountered:
when we tried to compile the code with the latest version of IAR (9.10.2), we encountered an error with the "asm" keyword being undefined.
After correcting the syntax to "asm", this issue was resolved.
However, we are now facing other errors such as "Error in inline assembly: "Bad instruction" RESUME_SYNTAX" and
"Error in inline assembly: "Expression cannot be forward" ".syntax unified \n\t".
Actually MACRO already defined in top of the file #define RESUME_SYNTAX ".syntax unified \n\t". Still above issue why it is coming ?
The text was updated successfully, but these errors were encountered: