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

Syntax error using uvision2

Hi,


I have just started using your uvision2. I received your tool when I bought the phillips development system.

Here's my problem:

I am targeting a philips 764 controller, this is a 8051 compatible,
all code was written in assembly language.

When I go to build an existing file which used the 'b' register I get the following error

error A48: DATA-ADDRESS EXPECTED

the line of the code it is issuing this error for is below

clr b

Thanks,

John

Parents
  • Hi,<br>
    <br>
    <br>
    I have just started using your uvision2. I received your tool when I bought the phillips development system.<br>
    <br>
    Here's my problem:<br>
    <br>
    I am targeting a philips 764 controller, this is a 8051 compatible,<br>
    all code was written in assembly language.<br>
    <br>
    When I go to build an existing file which used the 'b' register I get the following error<br>
    <br>
    error A48: DATA-ADDRESS EXPECTED<br>
    <br>
    the line of the code it is issuing this error for is below<br>
    <br>
    clr b<br>
    <br>
    Thanks,<br>
    <br>
    John

Reply
  • Hi,<br>
    <br>
    <br>
    I have just started using your uvision2. I received your tool when I bought the phillips development system.<br>
    <br>
    Here's my problem:<br>
    <br>
    I am targeting a philips 764 controller, this is a 8051 compatible,<br>
    all code was written in assembly language.<br>
    <br>
    When I go to build an existing file which used the 'b' register I get the following error<br>
    <br>
    error A48: DATA-ADDRESS EXPECTED<br>
    <br>
    the line of the code it is issuing this error for is below<br>
    <br>
    clr b<br>
    <br>
    Thanks,<br>
    <br>
    John

Children