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

Error when assembling

I'm trying to build my assembly program to the DS80C400 at Keil uVision2...everthing was ok until I try to change the program start from ORG 000000H to ORG 010000H...now, when I try to build the hex file I receive this error:

Build target 'Target 1'
assembling NACSYSsource.a51...
linking...
*** ERROR L107: ADDRESS SPACE OVERFLOW
   SPACE:   CODE
   SEGMENT: ?CO?NACSYSSOURCE?0
   LENGTH:  0105A2H
*** ERROR L120: CONTENT BELONGS TO ERRONEOUS SEGMENT
   SEGMENT: ?CO?NACSYSSOURCE?0
Program Size: data=8.0 xdata=0 const=0 code=66978
Target not created



My program size is under 2K and I've the 16MB contiguous memory model selected at Project -> Options for target...

0