??? 08/27/07 16:24 Read: times |
#143662 - The Best way is the C way Responding to: ???'s previous message |
Blink_func (1);
The compiler will put the "1" in a know place, then call the ASM function. All the ASM function has to do is get the "1" then do its thing. You Could read the compiler docs. Or make a C file with an empty function and compile is with the SRC directive. Then use that file to make a .ASM (.A51) file and add it to the project. |