Its been a while but I think you can compile assembly with a C/C++ using the asm {

example:

asm
{
;Some code here

}