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.
yes..exactly
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!
Lina I appreciate your frustration. Andy keep telling you to read the manual. I know that such is not "in" Anyhow, if you have to limit yourself to what is "in" you will have to abandon all hopes of a career in this field. so: start reading or get another job. Erik
Erik san, can u pls tell me where do i get this Manual which you people are frequently telling..Pls don't feel silly..'coz i'm just a beginner..want to explore more in this field.Is it the c51 primer.pdf Lina
first, get to know your target you must read "the bible" here are the links to "the bible" Chapter 1 http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_ARCH_1.pdf chapter 2 http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_PROG_GUIDE_1.pdf chapter 3 http://www.semiconductors.philips.com/acrobat/various/80C51_FAM_HARDWARE_1.pdf Once you are familiar with the chip, you can find the Keil :getting started guide" right at this site. Then you can - again right here - find the C and asm manuals in glorious pdf. Erik
and, if you got a CD from Keil (the eval is free, just ask for it, the Keil manuals are on that too.