Hello, Im working on a project using FRDM-KL25Z and using Keil
uVision5. When i compile my code I keep getting the same 3 errors. I
posted a link to the picture. Someone help please.
https://ibb.co/dNgAcw
AREA asm_area, CODE, READONLY
EXPORT asm_main
asm_main ;assembly entry point for C function, do not delete
main.s(37): error: A1163E: Unknown opcode main, , expecting opcode
or Macro
main.s(39): error: A1163E: Unknown opcode main , expecting opcode or
Macro
main
↧