Abhishek,

> I get the following error when i try to compile my program for DS89C450
> microcontroller using sdcc
>
> [EMAIL PROTECTED] display_module]# sdcc n3510i_display.c
> ?ASxxxx-Error-<o> in line 473 of n3510i_display.asm
>               <o> .org in REL area or directive / mnemonic error
> ?ASxxxx-Error-<o> in line 475 of n3510i_display.asm
>               <o> .org in REL area or directive / mnemonic error
> removing n3510i_display.rel

Did you look at line 473 or 475 of n3510i_display.asm?

> #define SDATA    P2_0;

I doubt you want the semicolon (;) here.

>             MOV R5,_delay_ms;

Maybe try some whitespace before the semicolon (;) and possibly add a
comment if that's what you intended.

Greets,
Maarten

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to