We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Error description :
1. unable to compile the project 2. error in file startup.a51 line number :90,91,92,93,94 error code :A9 (SYNTAX ERROR) 90 MOV MEMDBAX, #(DATA_START_RAM>>9) 91 MOV MEMXBAX, #(XDATA_START_RAM>>9) 92 MOV MEMXSX, #((XDATA_LEN>>8)-1) 93 MOV MEMCBAX, #(CODE_START_RAM>>9) 94 MOV MEMCSX, #((CODE_LEN>>8)-1) line number :130 error code :A34 (, expected) 130 OPT_MOD: DB STMOD_OPT_BANKING
plz suggest me to clear the error
which project? Is it one of the examples?
no its not a example project
So go back to an example project that builds OK; then compare your project to that project...