This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unable to compile the staatup code

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