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 in linking C files with asm

While linking an asm file with C files,I got an error a51 table.asm -o table .and the error is "NON NULL ARGUMENT
EXPECTED"...can anyone help me.

Parents
  • "I don't know how to increment this memory"

    As Hans-Bernhard said, that is meaningless.

    Do you mean you want to increment the value stored at location 0xC000?

    If so, consider what page1=0XF0 actually does, then consider how to adapt that expression...

Reply
  • "I don't know how to increment this memory"

    As Hans-Bernhard said, that is meaningless.

    Do you mean you want to increment the value stored at location 0xC000?

    If so, consider what page1=0XF0 actually does, then consider how to adapt that expression...

Children