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

hi every body. help me

i have a project with mcs51.My program is big
i use 89v51rd2 and keilc version8.02(it has crack).but the software (keilc) have a problem when i compiler:
"
*** FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED MODULE: tien.obj (-----) LIMIT: 0800H BYTES
Target not created
"
so can you help me check the proplem.Or show me the way to complete my project
thanks

Parents
  • i understood.And i will registor to use version full.I used keilc v8.02 of a friend so it can not work.
    thanks!!!!
    by the way can i require you .i also have a project with pwm my progam follow:

    "
     MOTOR1 DATA CCAP0H ; P1.3 MOTOR2 DATA CCAP1H ; P1.4
    ;-------- START BIT_START BIT P2.0

    ;-------- the value to load when pwm PWM_COUNT BIT 50H ; 0 -255
    ;=============== ==== MAIN ====================
    ORG 0000H
    MAIN
    ....
    ...
    end.
    "
    i have many error:"data_address expected"
    the error at :1>MOTOR1 DATA CCAP0H 2>MOTOR1 DATA CCAP1H

    so what the header i have to declare
    thanhs

Reply
  • i understood.And i will registor to use version full.I used keilc v8.02 of a friend so it can not work.
    thanks!!!!
    by the way can i require you .i also have a project with pwm my progam follow:

    "
     MOTOR1 DATA CCAP0H ; P1.3 MOTOR2 DATA CCAP1H ; P1.4
    ;-------- START BIT_START BIT P2.0

    ;-------- the value to load when pwm PWM_COUNT BIT 50H ; 0 -255
    ;=============== ==== MAIN ====================
    ORG 0000H
    MAIN
    ....
    ...
    end.
    "
    i have many error:"data_address expected"
    the error at :1>MOTOR1 DATA CCAP0H 2>MOTOR1 DATA CCAP1H

    so what the header i have to declare
    thanhs

Children