QUOTE (Youkai @ Dec 31 2005, 08:58 AM)
P.S isn't it possible to combine diffrent programming languages ?
Yes, but not WITHIN the same source. For example emulator A has it's ARM9 core written in ASM, and emulator B has it's ARM9 written in C.......this is a huge hurdle.
But if emulator A has it's GUI written in ASM, you could bring that over into emulator B and replace emulator B's C GUI with it. This all provided the source is clean and seperate for each piece (Which is how most programmers work), it would require modification....but far less than trying to combine a complete ASM project with a complete C project.
That would require a lot of rewriting. I don't know what languages each respective emulator is programmed in, my interest in the DS is minimal.