Is it possible to write a assembly and c code in possible? Lets say I want to copy a chunk of data from memory and before copying I want to disable all interrupts using assembly instruction. Another case may be that I want add subroutine written in assembly language.
Please let me know all the possible ways of doing this.
asmblock. msdn.microsoft.com/en-IN/library/45yd4tzz(v=vs.90).aspx asm.sourceforge.net/articles/rmiyagi-inline-asm.txt