Hi, I am new to 8051 assembly language. I've created 2 A51 files. When I saved these 2 files in same location(folder), I can call a function from another program. It is executing fine.(No Error) But when I save these 2 A51 files in different locations, It's gives me an error message. (I've searched online, got some information reg. INCDIR & INCLUDE. When I use this directive, I am getting an error "Cannot open the file"). Can anyone please explain me with an example How to do it?
Thanks, Santhosh.