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 asked: "Do you mean you want to use a pointer, and advance that pointer so that it points to X:0xC001 instead of X:0xC000?"

    lina t replied: "yes..exactly"

    So where's the problem?
    This is just plain, standard pointer stuff; no magic, nothing special - see any 'C' textbook!

Reply
  • I asked: "Do you mean you want to use a pointer, and advance that pointer so that it points to X:0xC001 instead of X:0xC000?"

    lina t replied: "yes..exactly"

    So where's the problem?
    This is just plain, standard pointer stuff; no magic, nothing special - see any 'C' textbook!

Children