calling external function
Posted: Sat Mar 29, 2003 9:14 pm
i am trying to call a c function from my ISR written in asm code. i want to compile a binary file so i can use org. but i cant use extern and call with that binary file to call the c function because it gives me an error: idt.asm:28: error: binary output format does not support external references
waht should i do to be able to call the external c function and align my variables to 0x600?
thank you.
waht should i do to be able to call the external c function and align my variables to 0x600?
thank you.