how can I combined two project files in one , one of them is .c and the other .asm so I can have the final file works with both .asm and .c. to tell you the truth I am doing a project, temp sensor using lm35 and lcd 16*2 HD447082 . i have the temp sensor done with c and the lcd with assembly now I want to make them together so the final piece will work.
I am using hi tech for c(c18 compiler) and the microchip is pic18f4455 but that doesn't matter. I done some research on this I found something on linker but i have no idea of using this because there wasn't any instruction just some details about what is a linker anyway if someone had this problem and he/she fixed it can you help me by tell me what to do.
thx.
if you want more information tell me and I will post it .