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.