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.
"NON NULL ARGUMENT EXPECTED" Doesn't sound like a Linker error to me... As Erik said, post the full text of the message using cut-and-paste - do not re-type it - and use the
and
Sorry, that should've said, "Use the < pre > and < /pre > tags, as in the instructions for posting code"
I've initialized an external memory as unsigned int xdata page1 _at_ 0Xc000; and wrote page1=0XF0 as its content.I don't know how to increment this memory..can anyone pls help?
You'll have to explain what "increment memory" is supposed to mean. Memory is an electronic device somewhere on your board. It cannot be "incremented" in any meaningful sense by software. [And please, don't post new questions into the middle of old, mostly unrelated threads, even if you're the ones who started them.]
what about taking one question to it's solution before jumping to the next. did "NON NULL ARGUMENT EXPECTED" get resolved?, if so, how. Erik
View all questions in Keil forum