Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I've searched the internet but found, like mixing with Ada Assembly, I know it's possible to do this with C or C++, but found nothing about assembly, if someone knows, can show how?
If you can mix Ada with C, just define your asm symbols as if they were C symbols(ie add a "_") and there will be no difference between the object produced by the assembler and one that would've been produced by a C compiler.