It's generally true that language doesn't matter as long as you can get a compiler for that language that runs on your intended platform (or cross compiles to binaries for use on that platform) - however assembly language is a special case, it's tied directly to the CPU in question. x86 assembly...